VideoBackends/Null: Remove unnecessary includes

This commit is contained in:
Lioncash 2019-07-27 15:50:41 -04:00
commit bdcc5853d5
6 changed files with 9 additions and 20 deletions

View file

@ -3,10 +3,6 @@
// Refer to the license.txt file included.
#include "VideoBackends/Null/VertexManager.h"
#include "VideoBackends/Null/Render.h"
#include "VideoCommon/IndexGenerator.h"
#include "VideoCommon/VertexLoaderManager.h"
namespace Null
{