Changeset 1176


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

Ticket 187: Draft 2: Move remaining function declarations

Location:
trunk
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/av2.c

    r1155 r1176  
    2121#define INCL_LONGLONG
    2222
     23#include "dll\fm3dll.h"
     24#include "dll\fm3str.h"
    2325#include "dll\version.h"
    24 #include "dll\fm3str.h"
    2526#include "dll\arccnrs.h"
    2627#include "dll\assoc.h"                  // ExecAssociation
     
    2829#include "dll\inis.h"                   // StartIniEditor
    2930#include "dll\dirs.h"                   // switch_to
    30 #include "dll\fm3dll.h"
     31#include "dll\viewer.h"                 // StartMLEEditor
     32#include "dll\getnames.h"                       // insert_filename
     33#include "dll\copyf.h"                  // unlinkf
     34#include "dll\init.h"                   // InitFM3DLL
     35#include "dll\valid.h"                  // IsFile
    3136
    3237HMTX av2Sem;
  • trunk/databar.c

    r1082 r1176  
    2222#define INCL_LONGLONG
    2323
     24#include "dll\fm3dll.h"
    2425#include "dll\datamin.h"
    2526#include "dll\fm3dlg.h"
    26 #include "dll\fm3dll.h"
     27#include "dll\init.h"                   // InitFM3DLL
    2728
    2829#ifdef NEVER                            // 05 Jan 08 SHL fixme to be gone?
  • trunk/dirsize.c

    r1155 r1176  
    2121#define INCL_WIN
    2222
     23#include "dll\fm3dll.h"
    2324#include "dll\fm3dlg.h"
    2425#include "dirsize.h"
    25 #include "dll\fm3dll.h"
     26#include "dll\valid.h"                          // CheckDrive
     27#include "dll\init.h"                   // InitFM3DLL
    2628#include "dll\dirsize.h"                        // DirSizeProc
    2729
  • trunk/eas.c

    r1039 r1176  
    2323#define INCL_WIN
    2424
     25#include "dll\fm3dll.h"
    2526#include "dll\fm3dlg.h"
    2627#include "dll\makelist.h"
    27 #include "dll\fm3dll.h"
     28#include "dll\eas.h"                    // DisplayEAsProc
     29#include "dll\init.h"                   // InitFM3DLL
     30#include "dll\valid.h"                  // IsFile
     31#include "dll\wrappers.h"                       // xfree
     32#include "dll\getnames.h"                       // insert_filename
    2833
    2934static PSZ pszSrcFile = __FILE__;
  • trunk/global.c

    r1155 r1176  
    1919
    2020#include "dll\fm3dll.h"
     21#include "dll\fm3str.h"
    2122#include "dll\seeall.h"                 // StartSeeAll
    22 #include "dll\fm3str.h"
     23#include "dll\valid.h"                  // IsFile
     24#include "dll\init.h"                   // InitFM3DLL
    2325
    2426int main(int argc, char *argv[])
  • trunk/ini.c

    r1155 r1176  
    1717
    1818#include "dll\fm3dll.h"
     19#include "dll\init.h"                   // InitFM3DLL
    1920#include "dll\inis.h"                   // StartIniEditor
    2021
  • trunk/sysinfo.c

    r1155 r1176  
    1616#define INCL_WIN
    1717
     18#include "dll\fm3dll.h"
    1819#include "dll\fm3dlg.h"
    19 #include "dll\fm3dll.h"
     20#include "dll\init.h"                   // InitFM3DLL
    2021#include "dll\sysinfo.h"                        // SysInfoDlgProc
    2122
  • trunk/vcollect.c

    r907 r1176  
    1818#define INCL_WIN
    1919
     20#include "dll\fm3dll.h"
    2021#include "dll\fm3str.h"
    21 #include "dll\fm3dll.h"
     22#include "dll\init.h"                   // InitFM3DLL
     23#include "dll\collect.h"                        // StartCollector
    2224
    2325int main(int argc, char *argv[])
  • trunk/vdir.c

    r907 r1176  
    1919
    2020#include "dll\fm3dll.h"
     21#include "dll\init.h"                   // InitFM3DLL
     22#include "dll\valid.h"                  // IsFile
     23#include "dll\dirs.h"                   // save_dir
    2124
    2225int main(int argc, char *argv[])
  • trunk/vtree.c

    r1155 r1176  
    2020
    2121#include "dll\fm3dll.h"
     22#include "dll\init.h"                   // InitFM3DLL
    2223#include "dll\treecnr.h"                        // StartTreeCnr
    2324
Note: See TracChangeset for help on using the changeset viewer.