https://bugs.webkit.org/show_bug.cgi?id=173292
Reviewed by Alex Christensen.
* config.h:
* wtf/ExportMacros.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@218166
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2017-06-13 Don Olmstead <don.olmstead@sony.com>
+
+ [WTF] Remove redundant includes in config.h
+ https://bugs.webkit.org/show_bug.cgi?id=173292
+
+ Reviewed by Alex Christensen.
+
+ * config.h:
+ * wtf/ExportMacros.h:
+
2017-06-12 Jer Noble <jer.noble@apple.com>
Screen sleeps while doing WebRTC video
#include "cmakeconfig.h"
#endif
-#include <wtf/Platform.h>
#include <wtf/ExportMacros.h>
#ifdef __cplusplus
* properly on all platforms and compilers that WebKit builds under.
*/
-#ifndef ExportMacros_h
-#define ExportMacros_h
+#pragma once
#include <wtf/Platform.h>
#define WTF_EXPORT_HIDDEN WTF_HIDDEN
#define HIDDEN_INLINE WTF_EXPORT_HIDDEN inline
-
-#endif // ExportMacros_h