summaryrefslogtreecommitdiff
path: root/gentoobrowse-api/domain/converters.h
diff options
context:
space:
mode:
Diffstat (limited to 'gentoobrowse-api/domain/converters.h')
-rw-r--r--gentoobrowse-api/domain/converters.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gentoobrowse-api/domain/converters.h b/gentoobrowse-api/domain/converters.h
index 07188fa..db72c0f 100644
--- a/gentoobrowse-api/domain/converters.h
+++ b/gentoobrowse-api/domain/converters.h
@@ -1,5 +1,4 @@
-#ifndef something
-#define something
+#pragma once
#include <boost/date_time/posix_time/posix_time.hpp>
#include <portage-models.h>
@@ -21,5 +20,3 @@ namespace Slicer {
DLL_PUBLIC
std::string posixTimeToShortDate(const boost::posix_time::ptime & s);
}
-
-#endif