Changeset 8 for branches/with_autoconf/src/sc_pat_trace.cc
- Timestamp:
- Jun 25, 2008, 1:08:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/with_autoconf/src/sc_pat_trace.cc
r1 r8 36 36 37 37 38 #include "sc_trace.h"39 #include "sc_pat_trace.h"40 #include "sc_ver.h"41 #include "internal.h" // notrace38 #include "sc_trace.h" 39 #include "sc_pat_trace.h" 40 #include "sc_ver.h" 41 #include "internal.h" // notrace 42 42 43 #include<time.h> 44 #include<string> 43 #include <time.h> 44 #include <string> 45 #ifdef HAVE_CONFIG_H 46 #include "config.h" 47 #endif 45 48 46 #ifdef PAT_TRACE_FORMAT49 #ifdef CONFIG_PAT_TRACE_FORMAT 47 50 48 51 //-----------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.