diff options
Diffstat (limited to 'clist_classic_sje/frames.c')
-rw-r--r-- | clist_classic_sje/frames.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clist_classic_sje/frames.c b/clist_classic_sje/frames.c index 0c0432a..8d87414 100644 --- a/clist_classic_sje/frames.c +++ b/clist_classic_sje/frames.c @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "commonheaders.h"
-#include "../clist_nicer/m_cluiframes.h"
+#include "m_cluiframes.h"
#include <stdio.h>
#include <m_utils.h>
@@ -710,4 +710,4 @@ void DeinitFrames() { if(hUserDll)
FreeLibrary(hUserDll);
-}
\ No newline at end of file +}
|