diff options
Diffstat (limited to 'o3d/plugin/cross/plugin_logging.h')
-rw-r--r-- | o3d/plugin/cross/plugin_logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/plugin/cross/plugin_logging.h b/o3d/plugin/cross/plugin_logging.h index 7997cb4..1a4af1d 100644 --- a/o3d/plugin/cross/plugin_logging.h +++ b/o3d/plugin/cross/plugin_logging.h @@ -38,9 +38,9 @@ #ifndef O3D_PLUGIN_CROSS_PLUGIN_LOGGING_H_ #define O3D_PLUGIN_CROSS_PLUGIN_LOGGING_H_ +#include "base/memory/scoped_ptr.h" #include "statsreport/metrics.h" #include "statsreport/common/highres_timer.h" -#include "base/scoped_ptr.h" #include "base/basictypes.h" namespace o3d { |