* Fixed debug build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30956 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-06-04 09:57:31 +00:00
parent 7927ebb672
commit 584ba8989e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@
/*! Url class for parsing an URL and opening it with its preferred handler. */
#define DEBUG 0
#include <Debug.h>
#include <MimeType.h>
@ -18,6 +17,7 @@
#include <Url.h>
namespace BPrivate {
namespace Support {