From e097845a6fab925a364b029c7b709db2b46176e1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 16 May 2019 14:54:23 +1000 Subject: Cleanup: redundant headers mixed in with code --- intern/ghost/GHOST_Rect.h | 1 - intern/ghost/intern/GHOST_WindowX11.cpp | 2 -- 2 files changed, 3 deletions(-) (limited to 'intern/ghost') diff --git a/intern/ghost/GHOST_Rect.h b/intern/ghost/GHOST_Rect.h index d4c05a7b8aa..831d3ef1445 100644 --- a/intern/ghost/GHOST_Rect.h +++ b/intern/ghost/GHOST_Rect.h @@ -236,7 +236,6 @@ inline void GHOST_Rect::unionPoint(GHOST_TInt32 x, GHOST_TInt32 y) if (y > m_b) m_b = y; } -#include inline void GHOST_Rect::wrapPoint(GHOST_TInt32 &x, GHOST_TInt32 &y, GHOST_TInt32 ofs) { GHOST_TInt32 w = getWidth(); diff --git a/intern/ghost/intern/GHOST_WindowX11.cpp b/intern/ghost/intern/GHOST_WindowX11.cpp index 8c69b9eb65e..a8cbb874c50 100644 --- a/intern/ghost/intern/GHOST_WindowX11.cpp +++ b/intern/ghost/intern/GHOST_WindowX11.cpp @@ -1056,8 +1056,6 @@ GHOST_TSuccess GHOST_WindowX11::setState(GHOST_TWindowState state) return (GHOST_kFailure); } -#include - GHOST_TSuccess GHOST_WindowX11::setOrder(GHOST_TWindowOrder order) { if (order == GHOST_kWindowOrderTop) { -- cgit v1.2.3