Skip to content

Commit

Permalink
Remove unneeded header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jul 7, 2023
1 parent 461aab4 commit 96f484d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
2 changes: 0 additions & 2 deletions src/libretro/libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@
#include <NDSCart.h>
#include <frontend/FrontendUtil.h>
#include <Platform.h>
#include <GPU.h>
#include <SPU.h>
#include <GBACart.h>
#include <retro_assert.h>
#include <retro_miscellaneous.h>
#include <string/stdstring.h>

#include "opengl.hpp"
#include "content.hpp"
Expand Down
3 changes: 0 additions & 3 deletions src/libretro/libretro.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
#define MELONDS_DS_LIBRETRO_HPP

#include <libretro.h>
#ifdef HAVE_OPENGL
#include <glsym/glsym.h>
#endif

#include <NDSCart.h>
#include <GBACart.h>
Expand Down
2 changes: 1 addition & 1 deletion src/libretro/opengl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

#include <libretro.h>
#include <glsm/glsm.h>
#include <glsm/glsmsym.h>

#include <GPU.h>
#include <OpenGLSupport.h>

#include "PlatformOGLPrivate.h"
#include "screenlayout.hpp"
#include "input.hpp"
#include "environment.hpp"
Expand Down
4 changes: 0 additions & 4 deletions src/libretro/render.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@

#include "render.hpp"

#include <libretro.h>
#include <glsm/glsm.h>
#include <glsm/glsmsym.h>

#include <GPU3D.h>

#include "config.hpp"
Expand Down

0 comments on commit 96f484d

Please sign in to comment.