Updated nameing of boxedcpp to dispatchkit

This commit is contained in:
Jason Turner
2009-06-13 22:03:41 +00:00
parent 4edea184de
commit ce52cae45c
7 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ const char *tokentype_to_string(int tokentype) {
return token_types[tokentype];
}
#include "boxedcpp.hpp"
#include "dispatchkit.hpp"
#include "bootstrap.hpp"
#include "bootstrap_stl.hpp"