]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add missing “#pragma once”
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 18 Jun 2020 06:04:43 +0000 (08:04 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 18 Jun 2020 06:04:43 +0000 (08:04 +0200)
src/Fd.hpp
src/Finalizer.hpp

index 19567b522391a0628f0bd37301f8414afb56d45f..9cbc1351dc642f6f626f5687b1a8a8bc39b750dc 100644 (file)
@@ -16,6 +16,8 @@
 // this program; if not, write to the Free Software Foundation, Inc., 51
 // Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
+#pragma once
+
 #include "system.hpp"
 
 #include "NonCopyable.hpp"
index 59a42709229dc56be0f50daf610cbab5b1bfd6b4..74f6b781fd816782e6a51b0f99e62e5ee9bc075a 100644 (file)
@@ -16,6 +16,8 @@
 // this program; if not, write to the Free Software Foundation, Inc., 51
 // Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
+#pragma once
+
 #include "system.hpp"
 
 #include <functional>