Skip to content

Commit

Permalink
Reduce physical dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Oct 25, 2022
1 parent 15dbbd1 commit d2d07e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/SFML/Window/DRM/Common.hpp
Expand Up @@ -27,7 +27,6 @@
////////////////////////////////////////////////////////////
// Headers
////////////////////////////////////////////////////////////
#include <xf86drm.h>
#include <xf86drmMode.h>

struct gbm_bo;
Expand Down
1 change: 1 addition & 0 deletions src/SFML/Window/DRM/DRMContext.cpp
Expand Up @@ -37,6 +37,7 @@
#include <fcntl.h>
#include <poll.h>
#include <unistd.h>
#include <xf86drm.h>

// We check for this definition in order to avoid multiple definitions of GLAD
// entities during unity builds of SFML.
Expand Down

0 comments on commit d2d07e0

Please sign in to comment.