Changeset 1188 for trunk/dll/command.c


Ignore:
Timestamp:
Sep 10, 2008, 11:58:30 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/command.c

    r1119 r1188  
    3838#define INCL_LONGLONG                   // dircnrs.h
    3939
     40#include "fm3dll.h"
    4041#include "fm3dlg.h"
    4142#include "fm3str.h"
     
    4445#include "errutil.h"                    // Dos_Error...
    4546#include "strutil.h"                    // GetPString
    46 #include "fm3dll.h"
     47#include "droplist.h"                   // AcceptOneDrop, DropHelp, GetOneDrop
     48#include "misc.h"                       // DrawTargetEmphasis
     49#include "systemf.h"                    // ExecOnList
     50#include "getnames.h"                   // insert_filename
     51#include "wrappers.h"                   // xfgets
    4752#include "pathutil.h"                   // NormalizeCmdLine
    4853#include "command.h"
     54#include "strips.h"                     // bstrip
     55#include "dirs.h"                       // save_dir2
    4956#include "fortify.h"
    5057
Note: See TracChangeset for help on using the changeset viewer.