From 01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0 Mon Sep 17 00:00:00 2001 From: "ajwong@chromium.org" Date: Wed, 11 Jul 2012 19:01:43 +0000 Subject: Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 --- dbus/bus.h | 1 - dbus/exported_object.h | 1 - dbus/file_descriptor.h | 1 - dbus/message.h | 1 - dbus/mock_bus.h | 1 - dbus/mock_exported_object.h | 1 - dbus/mock_object_proxy.h | 1 - dbus/object_path.h | 1 - dbus/object_proxy.h | 1 - dbus/property.h | 1 - dbus/scoped_dbus_error.h | 1 - dbus/string_util.h | 1 - dbus/test_service.h | 1 - dbus/values_util.h | 1 - 14 files changed, 14 deletions(-) (limited to 'dbus') diff --git a/dbus/bus.h b/dbus/bus.h index b015eb9..6f31b37 100644 --- a/dbus/bus.h +++ b/dbus/bus.h @@ -4,7 +4,6 @@ #ifndef DBUS_BUS_H_ #define DBUS_BUS_H_ -#pragma once #include #include diff --git a/dbus/exported_object.h b/dbus/exported_object.h index 315ad98..c897ea6 100644 --- a/dbus/exported_object.h +++ b/dbus/exported_object.h @@ -4,7 +4,6 @@ #ifndef DBUS_EXPORTED_OBJECT_H_ #define DBUS_EXPORTED_OBJECT_H_ -#pragma once #include diff --git a/dbus/file_descriptor.h b/dbus/file_descriptor.h index 7034617..5b89f2f 100644 --- a/dbus/file_descriptor.h +++ b/dbus/file_descriptor.h @@ -4,7 +4,6 @@ #ifndef DBUS_FILE_DESCRIPTOR_H_ #define DBUS_FILE_DESCRIPTOR_H_ -#pragma once namespace dbus { diff --git a/dbus/message.h b/dbus/message.h index 38887f8..4d32cb9 100644 --- a/dbus/message.h +++ b/dbus/message.h @@ -4,7 +4,6 @@ #ifndef DBUS_MESSAGE_H_ #define DBUS_MESSAGE_H_ -#pragma once #include #include diff --git a/dbus/mock_bus.h b/dbus/mock_bus.h index 6a228a6..6894682 100644 --- a/dbus/mock_bus.h +++ b/dbus/mock_bus.h @@ -4,7 +4,6 @@ #ifndef DBUS_MOCK_BUS_H_ #define DBUS_MOCK_BUS_H_ -#pragma once #include "dbus/bus.h" #include "dbus/object_path.h" diff --git a/dbus/mock_exported_object.h b/dbus/mock_exported_object.h index e57a83a..80ca951 100644 --- a/dbus/mock_exported_object.h +++ b/dbus/mock_exported_object.h @@ -4,7 +4,6 @@ #ifndef DBUS_MOCK_EXPORTED_OBJECT_H_ #define DBUS_MOCK_EXPORTED_OBJECT_H_ -#pragma once #include diff --git a/dbus/mock_object_proxy.h b/dbus/mock_object_proxy.h index 1383232..e820f45 100644 --- a/dbus/mock_object_proxy.h +++ b/dbus/mock_object_proxy.h @@ -4,7 +4,6 @@ #ifndef DBUS_MOCK_OBJECT_PROXY_H_ #define DBUS_MOCK_OBJECT_PROXY_H_ -#pragma once #include diff --git a/dbus/object_path.h b/dbus/object_path.h index 38e1fe2..9789b93 100644 --- a/dbus/object_path.h +++ b/dbus/object_path.h @@ -4,7 +4,6 @@ #ifndef DBUS_OBJECT_PATH_H_ #define DBUS_OBJECT_PATH_H_ -#pragma once #include diff --git a/dbus/object_proxy.h b/dbus/object_proxy.h index 0311854..9642262 100644 --- a/dbus/object_proxy.h +++ b/dbus/object_proxy.h @@ -4,7 +4,6 @@ #ifndef DBUS_OBJECT_PROXY_H_ #define DBUS_OBJECT_PROXY_H_ -#pragma once #include diff --git a/dbus/property.h b/dbus/property.h index 5c716e6..a3fb5ca 100644 --- a/dbus/property.h +++ b/dbus/property.h @@ -4,7 +4,6 @@ #ifndef DBUS_PROPERTY_H_ #define DBUS_PROPERTY_H_ -#pragma once #include #include diff --git a/dbus/scoped_dbus_error.h b/dbus/scoped_dbus_error.h index 79296f7..6705647 100644 --- a/dbus/scoped_dbus_error.h +++ b/dbus/scoped_dbus_error.h @@ -4,7 +4,6 @@ #ifndef DBUS_SCOPED_DBUS_ERROR_H_ #define DBUS_SCOPED_DBUS_ERROR_H_ -#pragma once #include diff --git a/dbus/string_util.h b/dbus/string_util.h index b83467e..ff52290 100644 --- a/dbus/string_util.h +++ b/dbus/string_util.h @@ -4,7 +4,6 @@ #ifndef DBUS_STRING_UTIL_H_ #define DBUS_STRING_UTIL_H_ -#pragma once #include diff --git a/dbus/test_service.h b/dbus/test_service.h index b5a90c7..871aed6 100644 --- a/dbus/test_service.h +++ b/dbus/test_service.h @@ -4,7 +4,6 @@ #ifndef DBUS_TEST_SERVICE_H_ #define DBUS_TEST_SERVICE_H_ -#pragma once #include "base/compiler_specific.h" #include "base/memory/ref_counted.h" diff --git a/dbus/values_util.h b/dbus/values_util.h index 535a402..f710fa3 100644 --- a/dbus/values_util.h +++ b/dbus/values_util.h @@ -4,7 +4,6 @@ #ifndef DBUS_VALUES_UTIL_H_ #define DBUS_VALUES_UTIL_H_ -#pragma once namespace base { class Value; -- cgit v1.1