Changeset 1183 for trunk/dll/uudecode.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/uudecode.c

    r1160 r1183  
    2727#define INCL_LONGLONG                   // dircnrs.h
    2828
     29#include "fm3dll.h"
    2930#include "fm3dlg.h"
    3031#include "fm3str.h"
     
    3435#include "defview.h"
    3536#include "uudecode.h"
    36 #include "fm3dll.h"
     37#include "getnames.h"                   // export_filename
     38#include "valid.h"                      // IsFile
     39#include "misc.h"                       // PaintRecessedWindow
     40#include "wrappers.h"                   // xfgets
    3741
    3842static PSZ pszSrcFile = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.