Convert to pragma once

This commit is contained in:
Jack Andersen
2018-10-06 17:36:44 -10:00
parent 528b350626
commit 0b52f3dbab
56 changed files with 56 additions and 166 deletions

View File

@@ -1,5 +1,4 @@
#ifndef BOO_XLIBCOMMON_HPP
#define BOO_XLIBCOMMON_HPP
#pragma once
#include <X11/Xlib.h>
@@ -19,4 +18,3 @@ extern XlibCursors X_CURSORS;
}
#endif // BOO_XLIBCOMMON_HPP