~bwy/+junk/gnash-temp

« back to all changes in this revision

Viewing changes to libcore/SWFRect.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:
24
24
#include "Range2d.h"
25
25
#include "Point2d.h"
26
26
 
 
27
#include <string>
27
28
#include <cassert> // for inlines
28
29
#include <iostream> // for output operator
29
30
#include <boost/cstdint.hpp>