From 8c4fc6d10ce0c9194e53f3e27242a4ee03952edb Mon Sep 17 00:00:00 2001 From: gambas Date: Sat, 9 Jan 2021 11:27:53 +0100 Subject: [PATCH] Try to fix compilation on 'alpine'. [GB.QT4] * BUG: Try to fix compilation on 'alpine'. [GB.QT5] * BUG: Try to fix compilation on 'alpine'. --- gb.qt4/src/canimation.cpp | 3 --- gb.qt4/src/canimation.h | 1 - 2 files changed, 4 deletions(-) diff --git a/gb.qt4/src/canimation.cpp b/gb.qt4/src/canimation.cpp index c18bb1df0..5772a5cb3 100644 --- a/gb.qt4/src/canimation.cpp +++ b/gb.qt4/src/canimation.cpp @@ -23,11 +23,8 @@ #define __CANIMATION_CPP -#include "gambas.h" #include "main.h" -#include - #include "CImage.h" #include "canimation.h" diff --git a/gb.qt4/src/canimation.h b/gb.qt4/src/canimation.h index f9e8aed0b..8a3414231 100644 --- a/gb.qt4/src/canimation.h +++ b/gb.qt4/src/canimation.h @@ -25,7 +25,6 @@ #define __CANIMATION_H #include "gambas.h" -#include "gb.qt.h" #include #include