Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuhls committed Jul 25, 2015
1 parent 330b5d0 commit 8824f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Main.cpp
Expand Up @@ -21,7 +21,7 @@
// Waveform.vis
// A simple visualisation example by MrC

#include "kodi/xbmc_vis_dll.h"
#include "xbmc_vis_dll.h"
#include <stdio.h>
#ifdef HAS_OPENGL
#include <GL/glew.h>
Expand Down
2 changes: 1 addition & 1 deletion src/Main_gles.cpp
Expand Up @@ -38,7 +38,7 @@
#include <GLES2/gl2ext.h>
#endif

#include "addons/include/xbmc_vis_dll.h"
#include "xbmc_vis_dll.h"
#include "VisGUIShader.h"

//th
Expand Down

0 comments on commit 8824f4f

Please sign in to comment.