]> git.sesse.net Git - vlc/commitdiff
skins2: reorder #define in a more logical way
authorErwan Tulou <erwan10@videolan.org>
Wed, 27 Jun 2012 16:36:48 +0000 (18:36 +0200)
committerErwan Tulou <erwan10@videolan.org>
Wed, 27 Jun 2012 16:52:49 +0000 (18:52 +0200)
modules/gui/skins2/src/skin_common.hpp

index 30208fdd664c36e2abdbd506458f16b98f0e73cc..576ecf83d89917f1a0e49b2ff3ed4e6ccd25717f 100644 (file)
  * 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#ifndef SKIN_COMMON_HPP
+#define SKIN_COMMON_HPP
+
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
 
-#ifndef SKIN_COMMON_HPP
-#define SKIN_COMMON_HPP
-
 #include <vlc_common.h>
 #include <vlc_interface.h>
 #include <vlc_charset.h>