Some header cleanups

This commit is contained in:
twinaphex 2019-01-19 23:27:59 +01:00
parent 0abe271909
commit 83241ed0b1
3 changed files with 5 additions and 9 deletions

View File

@ -15,7 +15,7 @@
#include <file/file_path.h>
#include <string/stdstring.h>
#include <retro_timers.h.>
#include <retro_timers.h>
#include "discord.h"
#include "discord_register.h"

View File

@ -28,15 +28,13 @@
#endif
#include "vulkan_common.h"
#include "../../libretro-common/include/retro_timers.h"
#include <retro_timers.h>
#include "../../configuration.h"
#include "../include/vulkan/vulkan.h"
#include "../../libretro-common/include/retro_assert.h"
#include <retro_assert.h>
#include "vksym.h"
#include "../../libretro-common/include/dynamic/dylib.h"
#include "../../libretro-common/include/libretro_vulkan.h"
#include "../../libretro-common/include/retro_math.h"
#include "../../libretro-common/include/string/stdstring.h"
#include <libretro_vulkan.h>
#include <retro_math.h>
#define VENDOR_ID_AMD 0x1002
#define VENDOR_ID_NV 0x10DE

View File

@ -35,7 +35,6 @@
#include <QDropEvent>
#include <QtConcurrentRun>
#include <QtNetwork>
#include <cmath>
#include "../ui_qt.h"
#include "invader_png.h"
@ -74,7 +73,6 @@ extern "C" {
#include <file/file_path.h>
#include <file/archive_file.h>
#include <streams/file_stream.h>
#include <math.h>
#ifdef HAVE_OPENSSL
#include <openssl/ssl.h>
#include <openssl/opensslv.h>