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:
@@ -17,9 +17,6 @@
|
||||
#include <File.h>
|
||||
#include <Entry.h>
|
||||
|
||||
#include <sniffer/Rule.h>
|
||||
#include <sniffer/Parser.h>
|
||||
|
||||
class BBitmap;
|
||||
class BResources;
|
||||
class BAppFileInfo;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user