Changeset 1182 for trunk/dll/common.c


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

    r1159 r1182  
    3535#define INCL_LONGLONG                   // dircnrs.h
    3636
     37#include "fm3dll.h"
    3738#include "fm3dlg.h"
    3839#include "fm3str.h"
     
    4243#include "strutil.h"                    // GetPString
    4344#include "autoview.h"                   // AutoViewProc
    44 #include "mainwnd.h"                    // BuildDriveBarButtons, TopWindow
     45#include "mainwnd.h"                    // BuildDriveBarButtons, GetNextWindowPos, TopWindow
    4546#include "common.h"
    4647#include "dirsize.h"                    // DirSizeProc
    4748#include "info.h"                       // DrvInfoProc, SetDrvProc
    4849#include "seeall.h"                     // StartSeeAll
    49 #include "fm3dll.h"
     50#include "misc.h"                       // Broadcast
     51#include "valid.h"                      // CheckDrive
     52#include "mkdir.h"                      // PMMkDir
     53#include "presparm.h"                   // SetPresParams
     54#include "undel.h"                      // UndeleteDlgProc
     55#include "systemf.h"                    // runemf2
     56#include "wrappers.h"                   // xfree
    5057#include "fortify.h"
    5158
Note: See TracChangeset for help on using the changeset viewer.