00001
00002
00003 #ifndef source_i_h
00004 #define source_i_h
00005
00006 #include <cassert>
00007 #include <cerrno>
00008 #include <cstring>
00009 #include <string>
00010 #include <iostream>
00011 #include "sstring.h"
00012
00013
00014
00015
00016 #include <buffer.h>
00017 #include <token.h>
00018 #include <parse.h>
00019 #include <ptree.h>
00020 #include <walker.h>
00021
00022
00023
00024
00025 #include <Singleton.h>
00026
00028 typedef Loki::SingletonHolder<Source> Source_i;
00029
00030 #endif // source_i_h