changeset 162:f026de9d341c trunk

[svn] - fix reference
author nenolod
date Tue, 31 Oct 2006 15:31:33 -0800
parents 4095ceb0440b
children 46e074b915eb
files ChangeLog src/modplug/gui/main.cxx
diffstat 2 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Oct 31 15:29:06 2006 -0800
+++ b/ChangeLog	Tue Oct 31 15:31:33 2006 -0800
@@ -1,3 +1,15 @@
+2006-10-31 23:29:06 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [322]
+  - fix libmodplug references
+  
+  trunk/src/modplug/modplugbmp.cxx |    4 ++--
+  trunk/src/modplug/plugin.cxx     |    2 +-
+  trunk/src/modplug/sndfile.cxx    |    4 ++--
+  trunk/src/modplug/sndmix.cxx     |    4 ++--
+  trunk/src/modplug/tables.cxx     |    4 ++--
+  5 files changed, 9 insertions(+), 9 deletions(-)
+
+
 2006-10-31 22:13:43 +0000  William Pitcock <nenolod@nenolod.net>
   revision [320]
   - add quakingscope paranormal preset (fairly complex colourmap/branched execution example)
--- a/src/modplug/gui/main.cxx	Tue Oct 31 15:29:06 2006 -0800
+++ b/src/modplug/gui/main.cxx	Tue Oct 31 15:31:33 2006 -0800
@@ -26,8 +26,8 @@
 #include <fstream>
 
 #include "../stddefs.h"
-#include <libmodplug/stdafx.h>
-#include <libmodplug/sndfile.h>
+#include "../stdafx.h"
+#include "../sndfile.h"
 #include "../archive/open.h"
 
 #define MAX_MESSAGE_LENGTH 4000