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>2021-07-05 06:36:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-05 08:54:57 +0300
commit5b2d2b231959b4a3a6cf9a1f9fb315630755c73a (patch)
tree7963d04c3976851cc99f0f0409344ee7ff5095f7
parent2929cfe5ded3c127d6d9d5996cd591878bb5cb58 (diff)
Cleanup: remove temporary header
-rw-r--r--intern/ghost/intern/GHOST_EventManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_EventManager.cpp b/intern/ghost/intern/GHOST_EventManager.cpp
index f16d90899b9..72101d4610f 100644
--- a/intern/ghost/intern/GHOST_EventManager.cpp
+++ b/intern/ghost/intern/GHOST_EventManager.cpp
@@ -28,7 +28,6 @@
#include "GHOST_EventManager.h"
#include "GHOST_Debug.h"
#include <algorithm>
-#include <stdio.h> // [mce] temp debug
GHOST_EventManager::GHOST_EventManager()
{