Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/InstantiateGeneric.cpp

    rc92bdcc rd787828d  
    1414//
    1515
    16 #include "InstantiateGeneric.hpp"
     16#include "InstantiateGeneric.h"
    1717
    1818#include <cassert>                     // for assertf, assert
     
    2727#include "AST/TranslationUnit.hpp"     // for TranslationUnit
    2828#include "AST/Vector.hpp"              // for vector
    29 #include "CodeGen/OperatorTable.hpp"   // for isAssignment
    30 #include "Common/ScopedMap.hpp"        // for ScopedMap
    31 #include "Common/UniqueName.hpp"       // for UniqueName
    32 #include "GenPoly/GenPoly.hpp"         // for isPolyType, typesPolyCompatible
     29#include "CodeGen/OperatorTable.h   // for isAssignment
     30#include "Common/ScopedMap.h        // for ScopedMap
     31#include "Common/UniqueName.h       // for UniqueName
     32#include "GenPoly/GenPoly.h         // for isPolyType, typesPolyCompatible
    3333#include "GenPoly/ScrubTypeVars.hpp"   // for scrubAllTypeVars
    3434#include "ResolvExpr/AdjustExprType.hpp"  // for adjustExprType
    35 #include "ResolvExpr/Unify.hpp"        // for typesCompatible
     35#include "ResolvExpr/Unify.h        // for typesCompatible
    3636
    3737namespace GenPoly {
Note: See TracChangeset for help on using the changeset viewer.