summaryrefslogtreecommitdiff
path: root/zen/process_priority.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/process_priority.h')
-rw-r--r--zen/process_priority.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/zen/process_priority.h b/zen/process_priority.h
index 78e49cd0..a133985f 100644
--- a/zen/process_priority.h
+++ b/zen/process_priority.h
@@ -3,11 +3,11 @@
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
// **************************************************************************
-#ifndef PREVENTSTANDBY_H_INCLUDED
-#define PREVENTSTANDBY_H_INCLUDED
+#ifndef PREVENTSTANDBY_H_83421759082143245
+#define PREVENTSTANDBY_H_83421759082143245
#include <memory>
-#include <zen/file_error.h>
+#include "file_error.h"
namespace zen
{
@@ -34,4 +34,4 @@ private:
};
}
-#endif // PREVENTSTANDBY_H_INCLUDED
+#endif //PREVENTSTANDBY_H_83421759082143245
bgstack15