aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ls_queue.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ls_queue.h b/ls_queue.h
index 3077f69..d485071 100644
--- a/ls_queue.h
+++ b/ls_queue.h
@@ -1,5 +1,3 @@
-#pragma once
-
/* Lion's Standard (LS) type-safe ANSI C queue.
*
* Version: 2.1
@@ -92,6 +90,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
+#pragma once
#include <assert.h>
#include <stddef.h>