aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/fifo_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/fifo_queue.h')
-rw-r--r--src/common/fifo_queue.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/common/fifo_queue.h b/src/common/fifo_queue.h
index 4e80f53b..78a8f561 100644
--- a/src/common/fifo_queue.h
+++ b/src/common/fifo_queue.h
@@ -1,6 +1,4 @@
-
-#ifndef _FIFO_QUEUE_H_
-#define _FIFO_QUEUE_H_
+#pragma once
// a simple lockless thread-safe,
// single reader, single writer queue
@@ -111,5 +109,3 @@ private:
};
}
-
-#endif