summaryrefslogtreecommitdiffstats
path: root/base/scoped_handle_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/scoped_handle_win.h')
-rw-r--r--base/scoped_handle_win.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/base/scoped_handle_win.h b/base/scoped_handle_win.h
index a98114b..09bb2cb 100644
--- a/base/scoped_handle_win.h
+++ b/base/scoped_handle_win.h
@@ -4,14 +4,13 @@
// TODO(brettw) remove this file when all callers are converted to using the
// new location/namespace
-#include "base/win/scoped_handle.h"
#include "base/win/scoped_gdi_object.h"
#include "base/win/scoped_handle.h"
+#include "base/win/scoped_handle.h"
#include "base/win/scoped_hdc.h"
#include "base/win/scoped_hglobal.h"
using base::win::ScopedBitmap;
-using base::win::ScopedGDIObject;
using base::win::ScopedHandle;
using base::win::ScopedHDC;
using base::win::ScopedHFONT;