From a980b087198084f87e3893e287b214816e708f40 Mon Sep 17 00:00:00 2001 From: Benjamin Alterauge <5332429+ageeye@users.noreply.github.com> Date: Sun, 26 Jun 2022 18:05:25 +0200 Subject: [PATCH] Code Cleaning - pragma #pragma once or define. Not both. --- src/Mod/Import/App/dxf/dxf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Mod/Import/App/dxf/dxf.h b/src/Mod/Import/App/dxf/dxf.h index 174ac14e56..7ca2951493 100644 --- a/src/Mod/Import/App/dxf/dxf.h +++ b/src/Mod/Import/App/dxf/dxf.h @@ -6,8 +6,6 @@ #ifndef _dxf_h_ #define _dxf_h_ -#pragma once - #include #include #include