diff Plugins/Input/adplug/core/fprovide.cpp @ 387:7f0e78f42032 trunk

[svn] Disable adplug if the includes are missing (or in a very lame place). Stop blowing holes in my ship.
author chainsaw
date Tue, 03 Jan 2006 14:25:32 -0800
parents eb41901d38f5
children f12d7e208b43
line wrap: on
line diff
--- a/Plugins/Input/adplug/core/fprovide.cpp	Tue Jan 03 13:22:40 2006 -0800
+++ b/Plugins/Input/adplug/core/fprovide.cpp	Tue Jan 03 14:25:32 2006 -0800
@@ -20,8 +20,8 @@
  */
 
 #include <string.h>
-#include <libbinio/binio.h>
-#include <libbinio/binfile.h>
+#include <binio.h>
+#include <binfile.h>
 
 #include "fprovide.h"