diff options
Diffstat (limited to 'Source/WebCore/rendering/Pagination.h')
-rw-r--r-- | Source/WebCore/rendering/Pagination.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/WebCore/rendering/Pagination.h b/Source/WebCore/rendering/Pagination.h index 1afad696c..8d5ca37db 100644 --- a/Source/WebCore/rendering/Pagination.h +++ b/Source/WebCore/rendering/Pagination.h @@ -23,8 +23,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef Pagination_h -#define Pagination_h +#pragma once namespace WebCore { @@ -56,5 +55,3 @@ struct Pagination { }; } // namespace WebCore - -#endif |