Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Commit

Permalink
Fix unnecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jul 10, 2016
1 parent 1b26311 commit a26cd53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/libespm/Group.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define LIBESPM_GROUP

#include <cstdint>
#include <fstream>
#include <istream>
#include <set>

#include "Record.h"
Expand Down
3 changes: 1 addition & 2 deletions include/libespm/Plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
#define LIBESPM_PLUGIN

#include <string>
#include <fstream>
#include <istream>
#include <vector>
#include <sstream>

#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
Expand Down
2 changes: 1 addition & 1 deletion include/libespm/Subrecord.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define LIBESPM_SUBRECORD

#include <string>
#include <fstream>
#include <istream>
#include <cstdint>

#include "GameId.h"
Expand Down

0 comments on commit a26cd53

Please sign in to comment.