Changeset 1179 for trunk/dll/archive.c


Ignore:
Timestamp:
Sep 10, 2008, 11:54:09 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 2: Move remaining function declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/archive.c

    r907 r1179  
    2323#define INCL_LONGLONG                   // dircnrs.h
    2424
     25#include "fm3dll.h"
    2526#include "fm3dlg.h"
    2627#include "fm3str.h"
    2728#include "strutil.h"                    // GetPString
    2829#include "errutil.h"                    // Runtime_Error
    29 #include "fm3dll.h"
     30#include "archive.h"
     31#include "systemf.h"                    // ExecOnList
     32#include "chklist.h"                    // PosOverOkay
     33#include "getnames.h"                   // export_filename
     34#include "misc.h"                       // PaintRecessedWindow
     35#include "strips.h"                     // bstrip
    3036
    3137static PSZ pszSrcFile = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.