Fixed some headers

This commit is contained in:
Emile Belanger 2021-05-03 20:13:26 +01:00
parent a1a9b9e32d
commit 562c0b0798
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,7 @@
#pragma once
#include "buffers.h"
#include "gl_load.h"
#ifdef _MSC_VER
// silence bogus warning C4250: 'GLVertexBuffer': inherits 'GLBuffer::GLBuffer::SetData' via dominance

View file

@ -2,7 +2,6 @@
#ifndef _HW__VERTEXBUFFER_H
#define _HW__VERTEXBUFFER_H
#include "doomdef.h"
#include "tarray.h"
#include "hwrenderer/data/buffers.h"
#include <atomic>