aboutsummaryrefslogtreecommitdiff
path: root/src/restore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/restore.h')
-rw-r--r--src/restore.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/restore.h b/src/restore.h
index 4aee092..ac98517 100644
--- a/src/restore.h
+++ b/src/restore.h
@@ -24,8 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef RESTORE_H
-#define RESTORE_H
+#pragma once
#include "exception.h"
#include "options.h"
@@ -37,5 +36,3 @@ class RestoreError : public DiffddError
};
void restore(const OptionsRestore &opts);
-
-#endif /* RESTORE_H */