Remove unnecessary includes in Intel GL counters project

This commit is contained in:
baldurk
2019-05-30 11:49:49 +01:00
parent a27234c28c
commit c3d5924f0d
2 changed files with 0 additions and 5 deletions
@@ -27,7 +27,6 @@
#include "common/common.h"
#include "driver/gl/gl_dispatch_table.h"
#include "driver/gl/gl_driver.h"
#include "strings/string_utils.h"
#include "intel_gl_counters.h"
@@ -28,10 +28,6 @@
#include <vector>
#include "api/replay/renderdoc_replay.h"
#include "driver/gl/gl_common.h"
#include "replay/replay_driver.h"
class WrappedOpenGL;
inline constexpr GPUCounter MakeIntelGlCounter(int index)
{