summaryrefslogtreecommitdiff
path: root/lib/worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/worker.h')
-rw-r--r--lib/worker.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/worker.h b/lib/worker.h
index 7df16cd..de7d973 100644
--- a/lib/worker.h
+++ b/lib/worker.h
@@ -1,5 +1,4 @@
-#ifndef WORKER_H
-#define WORKER_H
+#pragma once
#include <utility>
class Work;
@@ -57,4 +56,3 @@ public:
};
#endif
-#endif