Changeset 1179 for trunk/dll/comp.c


Ignore:
Timestamp:
Sep 10, 2008, 11:54:09 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/comp.c

    r1175 r1179  
    7272#define INCL_LONGLONG
    7373
     74#include "fm3dll.h"
    7475#include "fm3dlg.h"
    7576#include "fm3str.h"
     
    8182#include "tmrsvcs.h"                    // IsITimerExpired
    8283#include "comp.h"
    83 #include "misc.h"               // AddToListboxBottom, AdjustCnrColRO, AdjustCnrColVis, AdjustCnrColsForPref
     84#include "misc.h"                       // AddToListboxBottom, AdjustCnrColRO, AdjustCnrColVis,
     85                                        // AdjustCnrColsForPref, CurrentRecord,
    8486                                        // AdjustDetailsSwitches, LoadDetailsSwitches, SetCnrCols
    8587                                        // SetDetailsSwitches
    86 #include "select.h"                     // Deselect, InvertAll
     88#include "select.h"                     // Deselect, Deselect, InvertAll
    8789#include "mkdir.h"                      // MassMkdir
    8890#include "valid.h"                      // TestCDates
    8991#include "walkem.h"                     // WalkTwoCmpDlgProc
    90 #include "fm3dll.h"
     92#include "common.h"                     // DecrThreadUsage, IncrThreadUsage
     93#include "defview.h"                    // DefaultViewKeys
     94#include "draglist.h"                   // DoFileDrag
     95#include "systemf.h"                    // ExecOnList
     96#include "filter.h"                     // Filter
     97#include "mainwnd.h"                    // GetNextWindowPos
     98#include "shadow.h"                     // OpenObject
     99#include "chklist.h"                    // PopupMenu
     100#include "presparm.h"                   // SetPresParams
     101#include "collect.h"                    // StartCollector
     102#include "subj.h"                       // Subject
     103#include "copyf.h"                      // docopyf
     104#include "getnames.h"                   // export_filename
     105#include "wrappers.h"                   // xDosFindNext
    91106#include "notebook.h"                   // External compare/dircompare
    92 
     107#include "commafmt.h"                   // CommaFmtULL
    93108#include "fortify.h"                    // 06 May 08 SHL
    94109
Note: See TracChangeset for help on using the changeset viewer.