Changeset 1177 for trunk/dll/init.c


Ignore:
Timestamp:
Sep 10, 2008, 11:53:13 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/init.c

    r1156 r1177  
    7777#define DEFINE_GLOBALS 1
    7878
     79#include "fm3dll.h"
    7980#include "fm3dlg.h"
    8081#include "datamin.h"
     
    105106#include "treecnr.h"                    // TreeClientWndProc, TreeStatProc
    106107#include "newview.h"                    // ViewStatusProc, ViewWndProc
    107 #include "fm3dll.h"
     108#include "subj.h"                       // Subject
     109#include "select.h"                     // UnHilite
     110#include "dirs.h"                       // save_dir
     111#include "copyf.h"                      // unlinkf
     112#include "wrappers.h"                   // xDosSetPathInfo
    108113#include "misc.h"                       // HeapThread, LoadDetailsSwitches
    109114#include "notebook.h"                   // command line variables (editor etc)
     115#include "strips.h"                     // bstrip
     116#include "killproc.h"                   // GetDosPgmName
     117#include "srchpath.h"                   // searchpath
    110118#include "fortify.h"
    111119
Note: See TracChangeset for help on using the changeset viewer.