Changeset 1186 for trunk/dll/newview.c


Ignore:
Timestamp:
Sep 10, 2008, 11:57:37 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/newview.c

    r1162 r1186  
    4646#define INCL_LONGLONG
    4747
     48#include "fm3dll.h"
    4849#include "fm3dlg.h"
    4950#include "fm3str.h"
     
    6465#include "strips.h"                     // chop_at_crnl, convert_nl_to_nul
    6566                                        // remove_first_occurence_of_character
    66 #include "strips.h"                     // strip_lead_char, strip_trail_char
    67 #include "fm3dll.h"
     67                                        // strip_lead_char, strip_trail_char
     68#include "common.h"                     // CommonTextButton, CommonTextProc, DecrThreadUsage
     69                                        // IncrThreadUsage
     70#include "systemf.h"                    // ExecOnList
     71#include "input.h"                      // InputDlgProc
     72#include "shadow.h"                     // OpenObject
     73#include "chklist.h"                    // PopupMenu
     74#include "viewer.h"                     // StartMLEEditor
     75#include "commafmt.h"                   // commafmt
     76#include "getnames.h"                   // export_filename
     77#include "literal.h"                    // literal
     78#include "wrappers.h"                   // xrealloc
     79#include "stristr.h"                    // findstring
     80#include "misc.h"                       // PaintRecessedWindow
    6881#include "fortify.h"
    6982
Note: See TracChangeset for help on using the changeset viewer.