]> git.sesse.net Git - vlc/commitdiff
Revert "skins2(X11): add missing <limits.h>"
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 10 Sep 2010 01:45:09 +0000 (04:45 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 10 Sep 2010 01:45:09 +0000 (04:45 +0300)
This reverts commit e209d40a8614c9fbb4c89300f327146528eae397.
This is not needed anymore because of the previous commit.

modules/gui/skins2/x11/x11_factory.cpp
modules/gui/skins2/x11/x11_window.cpp

index 0a0768161844b4ea285e6b28c0b33a8432375dad..9a28a7f9d3eed8bb723c15d46db34442af80abe9 100644 (file)
@@ -28,7 +28,6 @@
 #include <dirent.h>
 #include <sys/stat.h>
 #include <X11/Xlib.h>
-#include <limits.h>
 
 #include "x11_factory.hpp"
 #include "x11_display.hpp"
index e9e85de39cc8f67c7d0148623999a5afd5101c04..64fa4aed54d1130f1facb2d47c4118ea7c6f56d3 100644 (file)
@@ -25,7 +25,6 @@
 #ifdef X11_SKINS
 
 #include <X11/Xatom.h>
-#include <limits.h>
 
 #include "../src/generic_window.hpp"
 #include "../src/vlcproc.hpp"