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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxhmikosr <xhmikosr@yahoo.com>2012-08-10 10:14:11 +0400
committerxhmikosr <xhmikosr@yahoo.com>2012-08-10 10:14:11 +0400
commitca83d1f050233090f8b38ca15c16275ead3e4797 (patch)
tree3932b9b7b070a6c68f377db72e237d133f16767a /include
parentf8219fbe9ee7dfbb248b37d80fb7c861313b0acf (diff)
cosmetics: wrong include
Diffstat (limited to 'include')
-rw-r--r--include/qt/CoreFoundation/CFBase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qt/CoreFoundation/CFBase.h b/include/qt/CoreFoundation/CFBase.h
index bfbcf7768..a7beadb90 100644
--- a/include/qt/CoreFoundation/CFBase.h
+++ b/include/qt/CoreFoundation/CFBase.h
@@ -30,8 +30,8 @@
#endif
#if defined(__GNUC__) || defined(__MWERKS__)
- #include <stdint.h"
- #include <stdbool.h"
+ #include <stdint.h>
+ #include <stdbool.h>
#else
// mostly for the benefit of MSVC
#include "..\GNUCompatibility/stdint.h"