From bfc2fcd055a99bdb115175f19622bd1c9152012a Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 5 Apr 2017 00:08:31 -0500 Subject: [PATCH] Add some missing pragma onces. --- src/core/core.hpp | 1 + src/core/gfx.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/core/core.hpp b/src/core/core.hpp index 782ee384..5f803ee1 100644 --- a/src/core/core.hpp +++ b/src/core/core.hpp @@ -5,6 +5,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#pragma once #include "gfx.hpp" diff --git a/src/core/gfx.hpp b/src/core/gfx.hpp index 0165855f..157680a3 100644 --- a/src/core/gfx.hpp +++ b/src/core/gfx.hpp @@ -5,6 +5,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#pragma once #include