Changeset 83b2fb5e for src


Ignore:
Timestamp:
Jun 6, 2024, 9:54:53 AM (4 weeks ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
bf64de3
Parents:
0f5e8cd
Message:

Removed an extra include.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/GenInit.cpp

    r0f5e8cd r83b2fb5e  
    3232#include "Common/ToString.hpp"         // for toCString
    3333#include "Common/UniqueName.hpp"       // for UniqueName
    34 #include "Common/Utility.hpp"          // for ValueGuard, maybeClone
    3534#include "GenPoly/GenPoly.hpp"         // for getFunctionType, isPolyType
    3635#include "GenPoly/ScopedSet.hpp"       // for ScopedSet, ScopedSet<>::const_iter...
     
    277276        }
    278277        // need to clear and reset qualifiers when determining if a type is managed
    279         // ValueGuard< Type::Qualifiers > qualifiers( type->get_qualifiers() );
    280278        auto tmp = shallowCopy(type);
    281279        tmp->qualifiers = {};
Note: See TracChangeset for help on using the changeset viewer.