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
parent62ac2fddf7d9b3ff3ee3f1d2d92f106a3d3d393c (diff)
Cleanup: redundant headers mixed in with code
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/GHOST_Rect.h1
-rw-r--r--intern/ghost/intern/GHOST_WindowX11.cpp2
2 files changed, 0 insertions, 3 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();
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 <iostream>
-
GHOST_TSuccess GHOST_WindowX11::setOrder(GHOST_TWindowOrder order)
{
if (order == GHOST_kWindowOrderTop) {