Ignore:
Timestamp:
Aug 15, 2017, 11:09:35 AM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
84993ff2
Parents:
06cafa4
Message:

More header cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Validate.cc

    r06cafa4 rc3acf0aa  
    4040#include "Validate.h"
    4141
    42 #include <cstddef>                     // for size_t
    4342#include <algorithm>                   // for move, transform
    4443#include <cassert>                     // for safe_dynamic_cast, assertf
     44#include <cstddef>                     // for size_t
    4545#include <iterator>                    // for back_inserter, inserter, back_...
    4646#include <list>                        // for list, _List_iterator, list<>::...
     
    4949#include <string>                      // for string, operator+, operator==
    5050#include <tuple>                       // for get
     51#include <type_traits>                 // for remove_reference<>::type
    5152#include <utility>                     // for pair, make_pair
    5253
     
    6465#include "InitTweak/InitTweak.h"       // for isCtorDtor, isCtorDtorAssign
    6566#include "Parser/LinkageSpec.h"        // for C, Cforall
     67#include "Parser/ParseNode.h"          // for DeclarationNode, DeclarationNo...
     68#include "PassVisitor.h"               // for acceptAll, mutateAll
    6669#include "ResolvExpr/typeops.h"        // for extractResultType, typesCompat...
    67 #include "SynTree/Attribute.h"         // for Attribute
     70#include "SynTree/Attribute.h"         // for noAttributes, Attribute
    6871#include "SynTree/Constant.h"          // for Constant
    69 #include "SynTree/Declaration.h"       // for EnumDecl, StructDecl, UnionDecl
     72#include "SynTree/Declaration.h"       // for EnumDecl, StructDecl, TypedefDecl
    7073#include "SynTree/Expression.h"        // for TypeExpr, CompoundLiteralExpr
    7174#include "SynTree/Initializer.h"       // for ListInit, Initializer, noDesig...
Note: See TracChangeset for help on using the changeset viewer.