Web Inspector: Move WebKit2 WebInspector files to #pragma once
https://bugs.webkit.org/show_bug.cgi?id=161550

Patch by Joseph Pecoraro <pecoraro@apple.com> on 2016-09-03
Reviewed by Darin Adler.

* UIProcess/InspectorServer/WebInspectorServer.h:
* UIProcess/WebInspectorProxy.h:
* UIProcess/gtk/WebInspectorClientGtk.h:
* WebProcess/WebCoreSupport/WebInspectorClient.h:
* WebProcess/WebPage/WebInspector.h:
* WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.h:
* WebProcess/WebPage/WebInspectorUI.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@205403 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebKit2/UIProcess/gtk/WebInspectorClientGtk.h b/Source/WebKit2/UIProcess/gtk/WebInspectorClientGtk.h
index 42123b7..2d4f619 100644
--- a/Source/WebKit2/UIProcess/gtk/WebInspectorClientGtk.h
+++ b/Source/WebKit2/UIProcess/gtk/WebInspectorClientGtk.h
@@ -23,12 +23,10 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef WebInspectorClientGtk_h
-#define WebInspectorClientGtk_h
+#pragma once
 
 #include "APIClient.h"
 #include "WKInspectorClientGtk.h"
-
 #include <wtf/text/WTFString.h>
 
 namespace API {
@@ -57,5 +55,3 @@
 };
 
 } // namespace WebKit
-
-#endif // WebInspectorClientGtk_h