Changeset 1183 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Sep 10, 2008, 11:56: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/arccnrs.c

    r1160 r1183  
    7979#define INCL_LONGLONG
    8080
     81#include "fm3dll.h"
    8182#include "arccnrs.h"                    // StartArcCnr
    8283#include "fm3dlg.h"
     
    9293#include "chklist.h"                    // CenterOverWindow, CheckListProc
    9394#include "common.h"                     // CommonCreateTextChildren, CommonFrameWndProc, CommonTextPaint
    94 #include "draglist.h"                   // DragOne
     95                                        // CommonTextButton
     96#include "draglist.h"                   // DoFileDrag, DragOne
    9597#include "valid.h"                      // GetDesktopName, TestCDates
    96 #include "mainwnd.h"                    // MakeBubble, TopWindowName
     98#include "mainwnd.h"                    // GetNextWindowPos, MakeBubble, TopWindowName
    9799#include "objwin.h"                     // MakeObjWin
    98100#include "shadow.h"                     // MakeShadows
     
    100102#include "printer.h"                    // PrintListThread
    101103#include "srchpath.h"                   // RunFM2Util
    102 #include "misc.h"                       // SayFilter, SaySort
     104#include "misc.h"                       // Broadcast, CheckMenu, CurrentRecord, SayFilter, SaySort
     105                                        // DrawTargetEmphasis, IsFm2Window
    103106#include "select.h"                     // SelectAll, SelectList
    104107#include "findrec.h"                    // ShowCnrRecord
    105108#include "walkem.h"                     // WalkExtractDlgProc
    106 #include "fm3dll.h"
     109#include "droplist.h"                   // AcceptOneDrop, CheckPmDrgLimit, DropHelp, GetOneDrop
     110#include "archive.h"                    // ArchiveDlgProc
     111#include "common.h"                     // CommonTextProc
     112#include "presparm.h"                   // CopyPresParams
     113#include "defview.h"                    // DefaultViewKeys
     114#include "systemf.h"                    // ExecOnList
     115#include "filter.h"                     // PickMaskDlgProc
     116#include "avl.h"                        // SBoxDlgProc
     117#include "mkdir.h"                      // SetDir
     118#include "collect.h"                    // StartCollector
     119#include "viewer.h"                     // StartMLEEditor
     120#include "newview.h"                    // StartViewer
     121#include "commafmt.h"                   // commafmt
     122#include "copyf.h"                      // unlinkf
     123#include "literal.h"                    // wildcard
     124#include "wrappers.h"                   // xrealloc
    107125#include "misc.h"                       // AdjustCnrColVis, QuickPopup, SetSortChecks, SwitchCommand
    108126#include "select.h"                     // DeselectAll, InvertAll
     127#include "strips.h"                     // bstrip
     128#include "dirs.h"                       // save_dir2
    109129#include "fortify.h"
    110130
Note: See TracChangeset for help on using the changeset viewer.