Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-05-16 07:54:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-16 07:54:23 +0300
commite097845a6fab925a364b029c7b709db2b46176e1 (patch)
tree8502b1c3e4844fae085d2e04429c584756b2631a /intern/ghost/GHOST_Rect.h
parent62ac2fddf7d9b3ff3ee3f1d2d92f106a3d3d393c (diff)
Cleanup: redundant headers mixed in with code
Diffstat (limited to 'intern/ghost/GHOST_Rect.h')
-rw-r--r--intern/ghost/GHOST_Rect.h1
1 files changed, 0 insertions, 1 deletions
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 <stdio.h>
inline void GHOST_Rect::wrapPoint(GHOST_TInt32 &x, GHOST_TInt32 &y, GHOST_TInt32 ofs)
{
GHOST_TInt32 w = getWidth();