Changeset 1184 for trunk/dll/tools.c


Ignore:
Timestamp:
Sep 10, 2008, 11:56:44 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/tools.c

    r1160 r1184  
    3333#define INCL_LONGLONG
    3434
     35#include "fm3dll.h"
    3536#include "fm3dlg.h"
    3637#include "tools.h"
     
    4142#include "fortify.h"
    4243#include "loadbmp.h"                    // LoadBitmapFromFileNum
    43 #include "fm3dll.h"
     44#include "copyf.h"                      // docopyf
     45#include "literal.h"                    // literal
     46#include "wrappers.h"                   // xfgets
     47#include "misc.h"                       // CheckDriveSpaceAvail
     48#include "srchpath.h"                   // searchpath
     49#include "stristr.h"                    // stristr
     50#include "valid.h"                      // IsFile
     51#include "systemf.h"                    // runemf2
     52#include "dirs.h"                       // save_dir2
     53#include "strips.h"                     // bstrip
    4454
    4555#pragma data_seg(DATA1)
Note: See TracChangeset for help on using the changeset viewer.