~bwy/+junk/gnash-temp

« back to all changes in this revision

Viewing changes to libcore/ClassHierarchy.h

  • Committer: Bastiaan Jacques
  • Date: 2010-03-11 01:47:08 UTC
  • Revision ID: bastiaan@bjacques.org-20100311014708-lova2fxknroqrpem
Another header shuffle:
- Add includes for libstdc++ types in files where they are actually used.
- Remove unused includes; move them to .cpp files where appropriate.
- Forward-declare some classes instead of including their headers. Add 
  these include directives to .cpp files as needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "gnashconfig.h"
24
24
#endif
25
25
 
26
 
#include "as_object.h"
27
26
 
28
27
#ifdef ENABLE_AVM2
29
28
# include "SafeStack.h"
34
33
# include "Method.h"
35
34
#endif
36
35
 
 
36
#include <map>
 
37
#include <string>
37
38
#include <list>
38
39
#include <vector>
39
40
#include <ostream>