[vulkan] Remove vkparse.hinc from vkparse.h

Kind of silly having the vkparse_internal define when it was just
bypassed anyway.
This commit is contained in:
Bill Currie 2022-05-30 12:22:34 +09:00
parent 08f33d2f3a
commit e14e8050dc
3 changed files with 1 additions and 6 deletions

View File

@ -47,9 +47,8 @@
#include "vid_vulkan.h"
#define vkparse_internal
#include "vkparse.h"
#undef vkparse_internal
#include "libs/video/renderer/vulkan/vkparse.hinc"
typedef struct parseres_s {
const char *name;

View File

@ -10,9 +10,6 @@ typedef struct parsectx_s {
#include "QF/cexpr.h"
#include "QF/plist.h"
#ifdef vkparse_internal
#include "libs/video/renderer/vulkan/vkparse.hinc"
#endif
#define QFV_PROPERTIES "properties"

View File

@ -63,7 +63,6 @@
#include "vid_vulkan.h"
#include "vkparse.h"
#include "libs/video/renderer/vulkan/vkparse.hinc"
static exprsym_t builtin_plist_syms[] = {