Changeset 1179 for trunk/dll/grep.c


Ignore:
Timestamp:
Sep 10, 2008, 11:54:09 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/grep.c

    r1157 r1179  
    4242#define INCL_LONGLONG
    4343
     44#include "fm3dll.h"
    4445#include "fm3str.h"
    4546#include "grep.h"
     
    5051#include "strutil.h"                    // GetPString
    5152#include "tmrsvcs.h"                    // ITIMER_DESC
    52 #include "fm3dll.h"
     53#include "common.h"                     // DecrThreadUsage, IncrThreadUsage
     54#include "valid.h"                      // MakeFullName
     55#include "literal.h"                    // wildcard
     56#include "wrappers.h"                   // xDosFindNext
    5357#include "eas.h"                        // Free_FEAList
     58#include "stristr.h"                    // findstring
     59#include "misc.h"                       // PostMsg
    5460#include "fortify.h"
    5561
Note: See TracChangeset for help on using the changeset viewer.