summaryrefslogtreecommitdiff
path: root/gui/calldurationgraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/calldurationgraph.h')
-rw-r--r--gui/calldurationgraph.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gui/calldurationgraph.h b/gui/calldurationgraph.h
index 0c7e8c91..be6fe45e 100644
--- a/gui/calldurationgraph.h
+++ b/gui/calldurationgraph.h
@@ -1,5 +1,4 @@
-#ifndef CALLDURATIONGRAPH_H
-#define CALLDURATIONGRAPH_H
+#pragma once
#include "graphing/graphwidget.h"
#include "trace_profiler.hpp"
@@ -170,4 +169,3 @@ private:
SelectionState* m_selectionState;
};
-#endif