MIME Sniffer: Include changes to appease GCC 2.

This commit is contained in:
Augustin Cavalier
2026-04-07 23:38:30 -04:00
parent 70bb9d9f1b
commit 0cb8b2e3f6
2 changed files with 3 additions and 4 deletions
+1
View File
@@ -18,6 +18,7 @@
#include "RPatternList.h"
#include "Range.h"
#include "Rule.h"
#include "Err.h"
#include <String.h>
#include <new>
+2 -4
View File
@@ -20,10 +20,6 @@
#include <string>
#include <vector>
#include "Err.h"
#include "Range.h"
#include "Rule.h"
class BString;
//! MIME Sniffer related classes
@@ -35,6 +31,8 @@ class Rule;
class DisjList;
class RPattern;
class Pattern;
class Range;
class Err;
//! The mighty parsing function ;-)
status_t parse(const char* rule, Rule* result, BString* parseError = NULL);