diff options
| author | oy <Tom_Adams@web.de> | 2012-02-05 13:22:39 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2012-02-05 13:22:39 +0100 |
| commit | 0c05b3bfa1f64239e9beddd9c97f8ef0844da165 (patch) | |
| tree | c87ce9f09b7c83b930b32084cba6ba70b19377c4 /src/engine/client/graphics_threaded.h | |
| parent | d17ee055a250554e05abb0fcade04da85e85647b (diff) | |
| download | zcatch-0c05b3bfa1f64239e9beddd9c97f8ef0844da165.tar.gz zcatch-0c05b3bfa1f64239e9beddd9c97f8ef0844da165.zip | |
fixed compiling with vs2008 (#932)
Diffstat (limited to 'src/engine/client/graphics_threaded.h')
| -rw-r--r-- | src/engine/client/graphics_threaded.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/client/graphics_threaded.h b/src/engine/client/graphics_threaded.h index 3f3bec89..f90f818d 100644 --- a/src/engine/client/graphics_threaded.h +++ b/src/engine/client/graphics_threaded.h @@ -1,7 +1,5 @@ #pragma once -#include <base/tl/threading.h> - #include <engine/graphics.h> class CCommandBuffer |