diff options
| author | Pino Toscano <toscano.pino@tiscali.it> | 2024-06-04 22:46:00 +0200 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2024-06-05 15:16:13 -0600 |
| commit | 71a4240f551e11809126660aec6dc05a6758eaa5 (patch) | |
| tree | f0c560af3c51f4c8719ce304437298794d4f6c6d | |
| parent | 5aac257490e8941e4592113ccd8644f31f7de575 (diff) | |
| download | usermoji-71a4240f551e11809126660aec6dc05a6758eaa5.tar.xz | |
vulkaninfo: Drop unused dlfcn.h include
Since volk is used, this include is no more needed explicitly.
| -rw-r--r-- | vulkaninfo/vulkaninfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vulkaninfo/vulkaninfo.h b/vulkaninfo/vulkaninfo.h index 423e5f82..a3f356b1 100644 --- a/vulkaninfo/vulkaninfo.h +++ b/vulkaninfo/vulkaninfo.h @@ -70,10 +70,6 @@ #endif #endif // _WIN32 -#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__QNX__) -#include <dlfcn.h> -#endif - #if defined(VK_USE_PLATFORM_XLIB_KHR) || defined(VK_USE_PLATFORM_XCB_KHR) #include <X11/Xutil.h> #endif |
