aboutsummaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/options.h b/src/options.h
index 2355082..3d80c67 100644
--- a/src/options.h
+++ b/src/options.h
@@ -24,8 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef OPTIONS_H
-#define OPTIONS_H
+#pragma once
#include "exception.h"
@@ -110,5 +109,3 @@ class OptionParser
Options &opts);
static const char *next_arg(char ***const argv);
};
-
-#endif /* OPTIONS_H */