Changeset 1187 for trunk/dll/viewer.c


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

    r1162 r1187  
    2828#define INCL_LONGLONG
    2929
     30#include "fm3dll.h"
    3031#include "fm3dlg.h"
    3132#include "fm3str.h"
     
    3940#include "codepage.h"                   // PickCodepage
    4041#include "dirs.h"                       // switch_to
    41 #include "fm3dll.h"
     42#include "input.h"                      // InputDlgProc
     43#include "valid.h"                      // ParentIsDesktop
     44#include "chklist.h"                    // PopupMenu
     45#include "newview.h"                    // StartViewer
     46#include "getnames.h"                   // export_filename
    4247#include "misc.h"                       // SetMenuCheck, disable_menuitem
     48#include "fonts.h"                      // SetMLEFont
     49#include "wrappers.h"                   // xfopen
    4350#include "fortify.h"
    4451
Note: See TracChangeset for help on using the changeset viewer.