diff options
Diffstat (limited to 'Source/JavaScriptCore/bytecode/ReduceWhitespace.h')
-rw-r--r-- | Source/JavaScriptCore/bytecode/ReduceWhitespace.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/JavaScriptCore/bytecode/ReduceWhitespace.h b/Source/JavaScriptCore/bytecode/ReduceWhitespace.h index 121caf2c2..fcb86c0d0 100644 --- a/Source/JavaScriptCore/bytecode/ReduceWhitespace.h +++ b/Source/JavaScriptCore/bytecode/ReduceWhitespace.h @@ -23,8 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef ReduceWhitespace_h -#define ReduceWhitespace_h +#pragma once #include <wtf/text/CString.h> @@ -34,5 +33,3 @@ namespace JSC { CString reduceWhitespace(const CString&); } // namespace JSC - -#endif // ReduceWhitespace_h |