From 072bd9d70275643c8cf3f5c297f1ada73353453c Mon Sep 17 00:00:00 2001
From: hjk <qtc-committer@nokia.com>
Date: Wed, 18 Feb 2009 12:22:41 +0100
Subject: [PATCH] Fixes:    debugger: remove unneeded #include <window.h> that
 confused some setups

---
 share/qtcreator/gdbmacros/gdbmacros.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/share/qtcreator/gdbmacros/gdbmacros.cpp b/share/qtcreator/gdbmacros/gdbmacros.cpp
index ae006133509..9784c8f657d 100644
--- a/share/qtcreator/gdbmacros/gdbmacros.cpp
+++ b/share/qtcreator/gdbmacros/gdbmacros.cpp
@@ -70,10 +70,6 @@ int qtGhVersion = QT_VERSION;
 #include <stdio.h>
 #include <unistd.h>
 
-#ifdef Q_OS_WIN
-#   include <windows.h>
-#endif
-
 /*!
   \class QDumper
   \brief Helper class for producing "nice" output in Qt Creator's debugger.
-- 
GitLab