diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 19:01:43 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 19:01:43 +0000 |
commit | 01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0 (patch) | |
tree | ce78aa58908c7bc64bcb3596bd1298b872b85701 /sql | |
parent | a19317f99fd8f35cd2bf8ebe3d0f34dc71866574 (diff) | |
download | chromium_src-01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0.zip chromium_src-01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0.tar.gz chromium_src-01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0.tar.bz2 |
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
Diffstat (limited to 'sql')
-rw-r--r-- | sql/connection.h | 1 | ||||
-rw-r--r-- | sql/diagnostic_error_delegate.h | 1 | ||||
-rw-r--r-- | sql/init_status.h | 1 | ||||
-rw-r--r-- | sql/meta_table.h | 1 | ||||
-rw-r--r-- | sql/sql_export.h | 1 | ||||
-rw-r--r-- | sql/statement.h | 1 | ||||
-rw-r--r-- | sql/transaction.h | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/sql/connection.h b/sql/connection.h index 1e3414f..fba0326 100644 --- a/sql/connection.h +++ b/sql/connection.h @@ -4,7 +4,6 @@ #ifndef SQL_CONNECTION_H_ #define SQL_CONNECTION_H_ -#pragma once #include <map> #include <set> diff --git a/sql/diagnostic_error_delegate.h b/sql/diagnostic_error_delegate.h index 54bdbf6..e0c42ba 100644 --- a/sql/diagnostic_error_delegate.h +++ b/sql/diagnostic_error_delegate.h @@ -4,7 +4,6 @@ #ifndef SQL_DIAGNOSTIC_ERROR_DELEGATE_H_ #define SQL_DIAGNOSTIC_ERROR_DELEGATE_H_ -#pragma once #include "base/logging.h" #include "base/metrics/histogram.h" diff --git a/sql/init_status.h b/sql/init_status.h index b9f87e0..8002b43 100644 --- a/sql/init_status.h +++ b/sql/init_status.h @@ -4,7 +4,6 @@ #ifndef APP_SQL_INIT_STATUS_H_ #define APP_SQL_INIT_STATUS_H_ -#pragma once namespace sql { diff --git a/sql/meta_table.h b/sql/meta_table.h index 03ec705..0f4ee72 100644 --- a/sql/meta_table.h +++ b/sql/meta_table.h @@ -4,7 +4,6 @@ #ifndef SQL_META_TABLE_H_ #define SQL_META_TABLE_H_ -#pragma once #include <string> diff --git a/sql/sql_export.h b/sql/sql_export.h index f0b1ead..7ab3355 100644 --- a/sql/sql_export.h +++ b/sql/sql_export.h @@ -4,7 +4,6 @@ #ifndef SQL_EXPORT_H_ #define SQL_EXPORT_H_ -#pragma once #if defined(COMPONENT_BUILD) #if defined(WIN32) diff --git a/sql/statement.h b/sql/statement.h index 269684f..bd00b0d 100644 --- a/sql/statement.h +++ b/sql/statement.h @@ -4,7 +4,6 @@ #ifndef SQL_STATEMENT_H_ #define SQL_STATEMENT_H_ -#pragma once #include <string> #include <vector> diff --git a/sql/transaction.h b/sql/transaction.h index 7cf5379..788a002 100644 --- a/sql/transaction.h +++ b/sql/transaction.h @@ -4,7 +4,6 @@ #ifndef SQL_TRANSACTION_H_ #define SQL_TRANSACTION_H_ -#pragma once #include "base/basictypes.h" #include "sql/sql_export.h" |