~bwy/+junk/gnash-temp

« back to all changes in this revision

Viewing changes to libcore/asobj/Selection_as.cpp

  • 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:
18
18
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
//
20
20
 
 
21
#include "namedStrings.h"
21
22
#include "Selection_as.h"
22
23
#include "as_object.h" // for inheritance
23
24
#include "log.h"