(svn r21890) -Cleanup: remove some unneeded includes
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
#define BLOB_HPP
|
||||
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../core/mem_func.hpp"
|
||||
#include <new>
|
||||
|
||||
/**
|
||||
* Base class for simple binary blobs.
|
||||
|
@@ -15,6 +15,7 @@
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
#include "blob.hpp"
|
||||
#include "../core/math_func.hpp"
|
||||
#include "../string_func.h"
|
||||
|
||||
/** Blob based case sensitive ANSI/UTF-8 string */
|
||||
|
Reference in New Issue
Block a user