Changeset 1178 for trunk/dll/treecnr.c


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

    r1157 r1178  
    5959#define INCL_LONGLONG
    6060
     61#include "fm3dll.h"
    6162#include "fm3dlg.h"
    6263#include "fm3str.h"
     
    6970#include "command.h"                    // RunCommand
    7071#include "worker.h"                     // Action, MassAction
    71 #include "mainwnd.h"                    // BubbleHelp, FindDirCnrByName
     72#include "mainwnd.h"                    // BubbleHelp, FindDirCnrByName, GetNextWindowPos
    7273#include "misc.h"                       // CnrDirectEdit, EmphasizeButton, FindDirCnr
    7374                                        // FindDirCnr, FixSwitchList, OpenEdit, QuickPopup
    74                                         // SetSortChecks, SwitchCommand
     75                                        // SetSortChecks, SwitchCommand, CheckMenu
     76                                        // CurrentRecord, IsFm2Window
    7577#include "common.h"                     // CommonCnrProc, CommonDriveCmd, CommonFrameWndProc
    76 #include "valid.h"                      // DriveFlagsOne, IsValidDrive
     78                                        // CommonTextProc
     79#include "valid.h"                      // CheckDrive, DriveFlagsOne, IsValidDrive
    7780#include "chklist.h"                    // DropListProc
    7881#include "select.h"                     // ExpandAll
    79 #include "findrec.h"                    // FindParentRecord, ShowCnrRecord
     82#include "findrec.h"                    // FindCnrRecord, FindParentRecord, ShowCnrRecord
    8083#include "flesh.h"                      // Flesh, UnFlesh
    8184#include "notify.h"                     // HideNote
     
    8790#include "update.h"                     // SelectDriveIcon, UpdateCnrList, UpdateCnrRecord
    8891#include "sortcnr.h"                    // SortTreeCnr
    89 #include "fm3dll.h"
    90 
     92#include "droplist.h"                   // AcceptOneDrop, CheckPmDrgLimit, DropHelp, GetOneDrop
     93#include "presparm.h"                   // CopyPresParams
     94#include "defview.h"                    // DefaultViewKeys
     95#include "draglist.h"                   // DoFileDrag
     96#include "filter.h"                     // Filter
     97#include "shadow.h"                     // OpenObject
     98#include "mkdir.h"                      // PMMkDir
     99#include "collect.h"                    // StartCollector
     100#include "viewer.h"                     // StartMLEEditor
     101#include "newview.h"                    // StartViewer
     102#include "walkem.h"                     // WalkAllDlgProc
     103#include "commafmt.h"                   // CommaFmtULL
     104#include "wrappers.h"                   // xDosFindFirst
     105#include "systemf.h"                    // runemf2
     106#include "dirs.h"                       // save_dir2
    91107#include "fortify.h"
    92108
Note: See TracChangeset for help on using the changeset viewer.