Changeset 436


Ignore:
Timestamp:
07/22/15 23:47:07 (10 years ago)
Author:
epyon
Message:
  • update to base/assert.hh
Location:
trunk/nv/base
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/base/assert.hh

    r403 r436  
    1919#ifndef NV_BASE_ASSERT_HH
    2020#define NV_BASE_ASSERT_HH
    21 
    22 #ifdef NV_INTERNAL_INCLUDE
    23 #undef NV_BASE_COMMON_HH
    24 #include <nv/base/common.hh>
    25 #endif
    2621
    2722#ifdef assert
  • trunk/nv/base/capi.hh

    r402 r436  
    1818#define NV_BASE_CAPI_HH
    1919
    20 #include <nv/common.hh>
     20#include <nv/base/common.hh>
    2121
    2222namespace nv
  • trunk/nv/base/rtti_support.hh

    r402 r436  
    1111 *
    1212 * This is the minimal support header for our rtti to work.
    13  * TODO: not thread safe - once constexpr works move to runtime hash!
    1413 */
    1514
Note: See TracChangeset for help on using the changeset viewer.