Bug 936459 - Move Tools.h include into the right file. r=Bas

--HG--
extra : rebase_source : 9c976b595a2dd22511184f1341a4d4192e375b50
This commit is contained in:
Markus Stange 2013-11-20 17:20:51 +01:00
parent a2f88a73a5
commit e064a30af7
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@
#include "SourceSurfaceRawData.h"
#include "Logging.h"
#include "Tools.h"
namespace mozilla {
namespace gfx {

View File

@ -7,6 +7,7 @@
#define MOZILLA_GFX_SOURCESURFACERAWDATA_H_
#include "2D.h"
#include "Tools.h"
namespace mozilla {
namespace gfx {