Changeset 1159 for trunk/dll/collect.c


Ignore:
Timestamp:
Sep 5, 2008, 11:41:13 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 1: Functions only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/collect.c

    r1120 r1159  
    1 
    21/***********************************************************************
    32
     
    8382#include "notebook.h"                   // CfgDlgProc
    8483#include "command.h"                    // RunCommand
     84#include "worker.h"                     // Action, MassAction
     85#include "notify.h"                     // AddNote
     86#include "misc.h"                       // AdjustCnrColsForPref, AdjustDetailsSwitches, CnrDirectEdit,
     87                                        // LoadDetailsSwitches, OpenEdit, QuickPopup, SayFilter
     88                                        // SaySort, SayView, SetCnrCols, SetDetailsSwitches
     89                                        // SetSortChecks, SetViewMenu, disable_menuitem
     90#include "chklist.h"                    // CenterOverWindow, DropListProc
     91#include "collect.h"
     92#include "common.h"                     // CommonCnrProc, CommonCreateTextChildren, CommonFrameWndProc
     93                                        // CommonTextPaint
     94#include "select.h"                     // DeselectAll, HideAll, RemoveAll, SelectAll, SelectList
     95#include "dirsize.h"                    // DirSizeProc
     96#include "grep2.h"                      // GrepDlgProc
     97#include "mainwnd.h"                    // MakeBubble
     98#include "objwin.h"                     // MakeObjWin
     99#include "saveclip.h"                   // SaveListDlgProc
     100#include "findrec.h"                    // ShowCnrRecord
     101#include "sortcnr.h"                    // SortCollectorCnr
     102#include "seeall.h"                     // StartSeeAll
     103#include "update.h"                     // UpdateCnrList, UpdateCnrRecord
    85104#include "fm3dll.h"
     105#include "select.h"                     // InvertAll
    86106
    87107#include "fortify.h"
Note: See TracChangeset for help on using the changeset viewer.