diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2015-05-19 16:32:43 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2015-05-20 14:17:50 +0100 |
commit | 9653f95f75863870a9e6b1ffad8c0ab48fa3fa4d (patch) | |
tree | f2b46c3c25f91e83e79b5cbeade943dfd4539e12 /retrace/scoped_allocator.hpp | |
parent | a6b011b102975ab75cf5f130ec1be93b24d913ee (diff) |
common,cli,wrappers,retrace,gui: Use #pragma once.
Smaller footprint, and simplifies refactoring.
Diffstat (limited to 'retrace/scoped_allocator.hpp')
-rw-r--r-- | retrace/scoped_allocator.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/retrace/scoped_allocator.hpp b/retrace/scoped_allocator.hpp index 84018c4c..b0066f58 100644 --- a/retrace/scoped_allocator.hpp +++ b/retrace/scoped_allocator.hpp @@ -23,8 +23,7 @@ * **************************************************************************/ -#ifndef _SCOPED_ALLOCATOR_HPP_ -#define _SCOPED_ALLOCATOR_HPP_ +#pragma once #include <assert.h> @@ -99,4 +98,3 @@ public: }; -#endif /* _SCOPED_ALLOCATOR_HPP_ */ |