From: RĂ©mi Denis-Courmont Date: Fri, 10 Sep 2010 01:45:09 +0000 (+0300) Subject: Revert "skins2(X11): add missing " X-Git-Tag: 1.2.0-pre1~5285 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f40bd5fd59898e6c2ace87ab1e3432a552198740;p=vlc Revert "skins2(X11): add missing " This reverts commit e209d40a8614c9fbb4c89300f327146528eae397. This is not needed anymore because of the previous commit. --- diff --git a/modules/gui/skins2/x11/x11_factory.cpp b/modules/gui/skins2/x11/x11_factory.cpp index 0a07681618..9a28a7f9d3 100644 --- a/modules/gui/skins2/x11/x11_factory.cpp +++ b/modules/gui/skins2/x11/x11_factory.cpp @@ -28,7 +28,6 @@ #include #include #include -#include #include "x11_factory.hpp" #include "x11_display.hpp" diff --git a/modules/gui/skins2/x11/x11_window.cpp b/modules/gui/skins2/x11/x11_window.cpp index e9e85de39c..64fa4aed54 100644 --- a/modules/gui/skins2/x11/x11_window.cpp +++ b/modules/gui/skins2/x11/x11_window.cpp @@ -25,7 +25,6 @@ #ifdef X11_SKINS #include -#include #include "../src/generic_window.hpp" #include "../src/vlcproc.hpp"