From 807e240d6c5d836ea71d6b4abb368cae890d981c Mon Sep 17 00:00:00 2001 From: Daniel Chabrowski Date: Wed, 22 May 2019 17:04:44 +0200 Subject: [PATCH] Fix pragma once in globalvalues.h (#537) --- src/utils/globalvalues.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/utils/globalvalues.h b/src/utils/globalvalues.h index 46ea2e9a..656306bd 100644 --- a/src/utils/globalvalues.h +++ b/src/utils/globalvalues.h @@ -15,10 +15,7 @@ // You should have received a copy of the GNU General Public License // along with Flameshot. If not, see . -#define pragma once - -#include -#include "src/widgets/capture/capturebutton.h" +#pragma once namespace GlobalValues {