Way too many builds later, I finally realized I put these #includes in the wrong place.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@530 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2002-07-29 06:58:52 +00:00
parent 0be1fe8a1f
commit 51156f1f46
2 changed files with 3 additions and 3 deletions
-3
View File
@@ -17,9 +17,6 @@
#include <File.h>
#include <Entry.h>
#include <sniffer/Rule.h>
#include <sniffer/Parser.h>
class BBitmap;
class BResources;
class BAppFileInfo;
+3
View File
@@ -12,6 +12,9 @@
#include <stdio.h> // For printf()
#include <string.h> // For strncpy()
#include <sniffer/Rule.h>
#include <sniffer/Parser.h>
// Private helper functions
bool isValidMimeChar(const char ch);
status_t toLower(const char *str, char *result);