~bwy/+junk/gnash-temp

« back to all changes in this revision

Viewing changes to libcore/swf/DefineFontTag.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:
30
30
#ifndef GNASH_SWF_DEFINEFONTTAG_H
31
31
#define GNASH_SWF_DEFINEFONTTAG_H
32
32
 
33
 
#include "smart_ptr.h" // GC
34
33
#include "SWF.h"
35
34
#include "Font.h"
 
35
#include <map>
 
36
#include <string>
36
37
#include <boost/cstdint.hpp>
37
38
 
38
39
// Forward declarations