aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLion Kortlepel <[email protected]>2026-01-15 23:08:11 +0100
committerLion Kortlepel <[email protected]>2026-01-15 23:08:11 +0100
commita3e17e700ca3a6e14e1abe44cdb8d8704d7298ed (patch)
treeda1945e5a99521d8b358407d32bbbf4d9716b6e1
parent58cd2f401deff14ee2802223e70e3da854cd9819 (diff)
downloadqueue-a3e17e700ca3a6e14e1abe44cdb8d8704d7298ed.tar.zst
queue-a3e17e700ca3a6e14e1abe44cdb8d8704d7298ed.zip
chore: cleanup doc comments
-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>