Commit ecdd1ee8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32 skins: reorder includes to fix warnings

parent 2c5c36f1
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#ifndef CMD_VARS_HPP #ifndef CMD_VARS_HPP
#define CMD_VARS_HPP #define CMD_VARS_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_playlist.h> #include <vlc_playlist.h>
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#include <vlc_input.h>
#include "time.hpp" #include "time.hpp"
#include <vlc_input.h>
inline bool StreamTime::havePosition() const { inline bool StreamTime::havePosition() const {
......
...@@ -24,8 +24,7 @@ ...@@ -24,8 +24,7 @@
#ifdef WIN32_SKINS #ifdef WIN32_SKINS
#include <windows.h> #include "win32/win32_dragdrop.hpp"
#include "win32_dragdrop.hpp"
#include "../commands/cmd_add_item.hpp" #include "../commands/cmd_add_item.hpp"
#include "../events/evt_dragndrop.hpp" #include "../events/evt_dragndrop.hpp"
#include <list> #include <list>
......
...@@ -25,6 +25,11 @@ ...@@ -25,6 +25,11 @@
#ifndef WIN32_DRAGDROP_HPP #ifndef WIN32_DRAGDROP_HPP
#define WIN32_DRAGDROP_HPP #define WIN32_DRAGDROP_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <windows.h>
#include <shellapi.h> #include <shellapi.h>
#include <ole2.h> #include <ole2.h>
#include "../src/skin_common.hpp" #include "../src/skin_common.hpp"
......
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#ifdef WIN32_SKINS #ifdef WIN32_SKINS
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <windows.h> #include <windows.h>
#include <winuser.h> #include <winuser.h>
#include <wingdi.h> #include <wingdi.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment