Mercurial > audlegacy
changeset 379:eb41901d38f5 trunk
[svn] Fix adplug compilation issues (also per laci)
author | nenolod |
---|---|
date | Tue, 03 Jan 2006 09:47:13 -0800 |
parents | 5dea127040da |
children | 1e2fc0f461a1 |
files | Plugins/Input/adplug/core/adplug.cpp Plugins/Input/adplug/core/database.cpp Plugins/Input/adplug/core/database.h Plugins/Input/adplug/core/dmo.cpp Plugins/Input/adplug/core/fprovide.cpp Plugins/Input/adplug/core/fprovide.h |
diffstat | 6 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/adplug/core/adplug.cpp Tue Jan 03 09:46:01 2006 -0800 +++ b/Plugins/Input/adplug/core/adplug.cpp Tue Jan 03 09:47:13 2006 -0800 @@ -20,7 +20,7 @@ */ #include <string> -#include <binfile.h> +#include <libbinio/binfile.h> #include "adplug.h" #include "debug.h"
--- a/Plugins/Input/adplug/core/database.cpp Tue Jan 03 09:46:01 2006 -0800 +++ b/Plugins/Input/adplug/core/database.cpp Tue Jan 03 09:47:13 2006 -0800 @@ -21,8 +21,8 @@ * Copyright (c) 2002, 2003 Simon Peter <dn.tlp@gmx.net> */ -#include <binio.h> -#include <binfile.h> +#include <libbinio/binio.h> +#include <libbinio/binfile.h> #include <string.h> #include "database.h"
--- a/Plugins/Input/adplug/core/database.h Tue Jan 03 09:46:01 2006 -0800 +++ b/Plugins/Input/adplug/core/database.h Tue Jan 03 09:47:13 2006 -0800 @@ -26,7 +26,7 @@ #include <iostream> #include <string> -#include <binio.h> +#include <libbinio/binio.h> class CAdPlugDatabase {
--- a/Plugins/Input/adplug/core/dmo.cpp Tue Jan 03 09:46:01 2006 -0800 +++ b/Plugins/Input/adplug/core/dmo.cpp Tue Jan 03 09:47:13 2006 -0800 @@ -26,7 +26,7 @@ */ #include <string.h> -#include <binstr.h> +#include <libbinio/binstr.h> #include "dmo.h" #include "debug.h"
--- a/Plugins/Input/adplug/core/fprovide.cpp Tue Jan 03 09:46:01 2006 -0800 +++ b/Plugins/Input/adplug/core/fprovide.cpp Tue Jan 03 09:47:13 2006 -0800 @@ -20,8 +20,8 @@ */ #include <string.h> -#include <binio.h> -#include <binfile.h> +#include <libbinio/binio.h> +#include <libbinio/binfile.h> #include "fprovide.h"