Changeset 1181 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Sep 10, 2008, 11:55:02 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/mainwnd.c

    r1158 r1181  
    8484#define INCL_LONGLONG
    8585
     86#include "fm3dll.h"
    8687#include "fm3dlg.h"
    8788#include "fm3str.h"
     
    101102#include "cmdline.h"                    // CmdLine2DlgProc, save_cmdlines
    102103#include "common.h"                     // CommonCreateMainChildren, CommonDriveCmd, CommonMainWndProc
     104                                        // CommonTextButton
    103105#include "notify.h"                     // DoNotify, HideNote, ShowNote
    104106#include "draglist.h"                   // DragOne
     
    109111#include "misc.h"                       // FindDirCnr, FixSwitchList, PaintSTextWindow,
    110112                                        // SetConditionalCascade, SetMenuCheck, SetSysMenu
    111                                         // SwitchCommand
     113                                        // SwitchCommand, CheckMenu, DrawTargetEmphasis
     114                                        // IsFm2Window
    112115#include "instant.h"                    // InstantDlgProc
    113116#include "killproc.h"                   // KillDlgProc
     
    124127#include "cmdline.h"                    // add_cmdline
    125128#include "assoc.h"                      // free_associations
    126 #include "fm3dll.h"
    127 
     129#include "droplist.h"                   // AcceptOneDrop, CheckPmDrgLimit, DropHelp, GetOneDrop
     130#include "common.h"                     // CommonTextProc
     131#include "presparm.h"                   // CopyPresParams
     132#include "systemf.h"                    // ExecOnList
     133#include "shadow.h"                     // OpenObject
     134#include "mkdir.h"                      // PMMkDir
     135#include "collect.h"                    // StartCollector
     136#include "select.h"                     // UnHilite
     137#include "strips.h"                     // bstrip
     138#include "commafmt.h"                   // CommaFmtULL
     139#include "valid.h"                      // IsFullName
     140#include "dirs.h"                       // save_dir2
     141#include "wrappers.h"                   // xfree
    128142#include "fortify.h"
    129143
Note: See TracChangeset for help on using the changeset viewer.