diff options
Diffstat (limited to 'cli/cli.hpp')
-rw-r--r-- | cli/cli.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cli/cli.hpp b/cli/cli.hpp index 088f0e8c..81405651 100644 --- a/cli/cli.hpp +++ b/cli/cli.hpp @@ -25,8 +25,7 @@ * *********************************************************************/ -#ifndef _APITRACE_CLI_HPP_ -#define _APITRACE_CLI_HPP_ +#pragma once struct Command { @@ -52,4 +51,3 @@ extern const Command sed_command; extern const Command trace_command; extern const Command trim_command; -#endif /* _APITRACE_CLI_HPP_ */ |