Skip to content

Commit

Permalink
Removed extraneous includes from Includes.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
gir489 committed Jun 15, 2018
1 parent a8422ba commit 80df891
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions SigMaker/Includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,9 @@
#pragma warning( push )
#pragma warning( disable : 4267 )
#pragma warning( disable : 4244 )
#include <ida.hpp>
#include <idp.hpp>
#include <enum.hpp>
#include <frame.hpp>
#include <expr.hpp>
#include <name.hpp>
#include <segment.hpp>
#include <bytes.hpp>
#include <struct.hpp>
#include <loader.hpp>
#include <kernwin.hpp>
#include <auto.hpp>
#include <entry.hpp>
#include <bytes.hpp>
#include <typeinf.hpp>
#include <demangle.hpp>
#include <allins.hpp>
#include <search.hpp> // find_binary
#include <ua.hpp>
#include <fpro.h>
#include <diskio.hpp>
#pragma warning( pop )

Expand Down

0 comments on commit 80df891

Please # to comment.