[vlc-commits] skins2: reorder #define in a more logical way

Erwan Tulou git at videolan.org
Wed Jun 27 18:57:25 CEST 2012


vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Wed Jun 27 18:36:48 2012 +0200| [45869365be30e8cf4e4ecdf5fd6273f40d34c52c] | committer: Erwan Tulou

skins2: reorder #define in a more logical way

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=45869365be30e8cf4e4ecdf5fd6273f40d34c52c
---

 modules/gui/skins2/src/skin_common.hpp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/gui/skins2/src/skin_common.hpp b/modules/gui/skins2/src/skin_common.hpp
index 30208fd..576ecf8 100644
--- a/modules/gui/skins2/src/skin_common.hpp
+++ b/modules/gui/skins2/src/skin_common.hpp
@@ -22,13 +22,13 @@
  * 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>



More information about the vlc-commits mailing list