mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Remove unnecessary includes in Intel GL counters project
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user