summaryrefslogtreecommitdiff
path: root/src/gui/palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/palette.h')
-rw-r--r--src/gui/palette.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gui/palette.h b/src/gui/palette.h
index 9de911d5..145a93ac 100644
--- a/src/gui/palette.h
+++ b/src/gui/palette.h
@@ -20,8 +20,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef PALETTE_H
-#define PALETTE_H
+#pragma once
#include "utils/time.h"
@@ -169,5 +168,3 @@ class Palette
std::vector<ColorElem> mColors;
std::vector<ColorElem*> mGradVector;
};
-
-#endif