diff options
| author | Tor Aamodt <[email protected]> | 2010-08-09 00:36:06 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-08-09 00:36:06 -0800 |
| commit | 6eb2c84753d4538ef6ee6ee27802bff9adbbefab (patch) | |
| tree | a7725e313320904ad9f554f093c92b0df79d684d /src/gpgpu-sim/stat-tool.cc | |
| parent | 06d6f3bb15f4c1dc56943304696ac83b36413907 (diff) | |
refactor: remove extern decl up to gpgpusim_entrypoint.cc
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7178]
Diffstat (limited to 'src/gpgpu-sim/stat-tool.cc')
| -rw-r--r-- | src/gpgpu-sim/stat-tool.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgpu-sim/stat-tool.cc b/src/gpgpu-sim/stat-tool.cc index 98a6917..d957e0c 100644 --- a/src/gpgpu-sim/stat-tool.cc +++ b/src/gpgpu-sim/stat-tool.cc @@ -62,6 +62,8 @@ * Vancouver, BC V6T 1Z4 */ +#include "stat-tool.h" + #include <stdio.h> #include <stdlib.h> #include <assert.h> @@ -190,8 +192,6 @@ void linear_histogram::add2bin (int sample) { #include <algorithm> #include <string> -#include "cflogger.h" - ///////////////////////////////////////////////////////////////////////////////////// // logger snapshot trigger: // - automate the snap_shot part of loggers to avoid modifying simulation loop everytime |
