Skip to content

Commit

Permalink
linuxrenderer: use pragma once instead of outdated ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Sep 30, 2014
1 parent 2294cba commit 6e7bf85
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions xbmc/cores/VideoRenderers/LinuxRendererGL.h
@@ -1,6 +1,3 @@
#ifndef LINUXRENDERERGL_RENDERER
#define LINUXRENDERERGL_RENDERER

/*
* Copyright (C) 2007-2013 Team XBMC
* http://xbmc.org
Expand All @@ -21,6 +18,8 @@
*
*/

#pragma once

#include "system.h"

#ifdef HAS_GL
Expand Down Expand Up @@ -353,5 +352,3 @@ inline int NP2( unsigned x ) {
#endif
}
#endif

#endif

0 comments on commit 6e7bf85

Please sign in to comment.