(svn r8092) -Codechange: header files with miscellaneous template classes (smart pointers, blob, array, hashtable, etc.) moved from src/yapf to src/misc as they can now be used anywhere.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "engine.h"
|
||||
|
||||
#include <new>
|
||||
#include "yapf/blob.hpp"
|
||||
#include "misc/blob.hpp"
|
||||
|
||||
/* Engine list manipulators - current implementation is only C wrapper around CBlobT<EngineID> (see yapf/blob.hpp) */
|
||||
|
||||
|
Reference in New Issue
Block a user