diff options
Diffstat (limited to 'printing')
-rw-r--r-- | printing/backend/cups_helper.h | 1 | ||||
-rw-r--r-- | printing/backend/print_backend.h | 1 | ||||
-rw-r--r-- | printing/backend/print_backend_consts.h | 1 | ||||
-rw-r--r-- | printing/backend/win_helper.h | 1 | ||||
-rw-r--r-- | printing/print_destination_interface.h | 1 | ||||
-rw-r--r-- | printing/printing_export.h | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/printing/backend/cups_helper.h b/printing/backend/cups_helper.h index 09052f9..43907bd 100644 --- a/printing/backend/cups_helper.h +++ b/printing/backend/cups_helper.h @@ -4,7 +4,6 @@ #ifndef PRINTING_BACKEND_CUPS_HELPER_H_ #define PRINTING_BACKEND_CUPS_HELPER_H_ -#pragma once #include <cups/cups.h> diff --git a/printing/backend/print_backend.h b/printing/backend/print_backend.h index 84a9d90..dfa4762 100644 --- a/printing/backend/print_backend.h +++ b/printing/backend/print_backend.h @@ -4,7 +4,6 @@ #ifndef PRINTING_BACKEND_PRINT_BACKEND_H_ #define PRINTING_BACKEND_PRINT_BACKEND_H_ -#pragma once #include <map> #include <string> diff --git a/printing/backend/print_backend_consts.h b/printing/backend/print_backend_consts.h index c0a63db..0cab35e 100644 --- a/printing/backend/print_backend_consts.h +++ b/printing/backend/print_backend_consts.h @@ -4,7 +4,6 @@ #ifndef PRINTING_BACKEND_PRINT_BACKEND_CONSTS_H_ #define PRINTING_BACKEND_PRINT_BACKEND_CONSTS_H_ -#pragma once #include "printing/printing_export.h" diff --git a/printing/backend/win_helper.h b/printing/backend/win_helper.h index 497cfdb..0401433 100644 --- a/printing/backend/win_helper.h +++ b/printing/backend/win_helper.h @@ -4,7 +4,6 @@ #ifndef PRINTING_BACKEND_WIN_HELPER_H_ #define PRINTING_BACKEND_WIN_HELPER_H_ -#pragma once #include <objidl.h> #include <winspool.h> diff --git a/printing/print_destination_interface.h b/printing/print_destination_interface.h index 13e8c95..715f529 100644 --- a/printing/print_destination_interface.h +++ b/printing/print_destination_interface.h @@ -4,7 +4,6 @@ #ifndef PRINTING_PRINT_DESTINATION_INTERFACE_H_ #define PRINTING_PRINT_DESTINATION_INTERFACE_H_ -#pragma once #include "base/memory/ref_counted.h" #include "printing/printing_export.h" diff --git a/printing/printing_export.h b/printing/printing_export.h index fa70141..a837191 100644 --- a/printing/printing_export.h +++ b/printing/printing_export.h @@ -4,7 +4,6 @@ #ifndef PRINTING_PRINTING_EXPORT_H_ #define PRINTING_PRINTING_EXPORT_H_ -#pragma once #if defined(COMPONENT_BUILD) #if defined(WIN32) |