diff options
Diffstat (limited to 'app/x11_util.h')
-rw-r--r-- | app/x11_util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/x11_util.h b/app/x11_util.h index 3e4c7e1..8ebed23 100644 --- a/app/x11_util.h +++ b/app/x11_util.h @@ -24,13 +24,8 @@ typedef unsigned long XID; typedef unsigned long XSharedMemoryId; // ShmSeg in the X headers. typedef struct _XDisplay Display; -namespace base { -class Thread; -} - namespace gfx { class Rect; -class Size; } namespace x11_util { |