Skip to content

Commit

Permalink
Merge pull request #816 from cspiegel/header-cleanup
Browse files Browse the repository at this point in the history
Do a bit of header cleanup
  • Loading branch information
cspiegel committed Feb 18, 2024
2 parents fc52d71 + cb212a5 commit cc06d21
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
1 change: 1 addition & 0 deletions garglk/event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <algorithm>
#include <deque>
#include <list>
#include <mutex>

#include "glk.h"
#include "garglk.h"
Expand Down
6 changes: 3 additions & 3 deletions garglk/imgload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
// along with Gargoyle; if not, write to the Free Software
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

#include <array>
#include <cstdio>
#include <fstream>
#include <functional>
#include <memory>
#include <stdexcept>
Expand All @@ -30,6 +27,9 @@
#ifdef GARGLK_CONFIG_JPEG_TURBO
#include <turbojpeg.h>
#else
#include <array>
#include <cstdio>

// jpeglib.h requires these to be defined.
using std::size_t;
using std::FILE;
Expand Down
7 changes: 2 additions & 5 deletions garglk/launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,15 @@
// along with Gargoyle; if not, write to the Free Software
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

#include <algorithm>
#include <array>
#include <cctype>
#include <cstdint>
#include <fstream>
#include <iomanip>
#include <ios>
#include <memory>
#include <regex>
#include <set>
#include <sstream>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <unordered_map>
#include <utility>
#include <vector>
Expand Down
1 change: 0 additions & 1 deletion garglk/sndsdl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <cstdlib>
#include <cstring>
#include <functional>
#include <new>
#include <string>
#include <utility>
#include <vector>
Expand Down
1 change: 0 additions & 1 deletion garglk/zbleep.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <cmath>
#include <cstdint>
#include <fstream>
#include <map>
#include <string>
#include <vector>

Expand Down

0 comments on commit cc06d21

Please sign in to comment.