Chromium Code Reviews| Index: include/utils/SkRTConf.h |
| diff --git a/include/utils/SkRTConf.h b/include/utils/SkRTConf.h |
| index 6c7963c64e6fd659e6a1cb362311c78c791c1c3f..80a972c47b8dab20af02c8068b8908b9227ffcce 100644 |
| --- a/include/utils/SkRTConf.h |
| +++ b/include/utils/SkRTConf.h |
| @@ -9,10 +9,10 @@ |
| #ifndef SkRTConf_DEFINED |
| #define SkRTConf_DEFINED |
| -#include "SkTArray.h" |
| +#include "../private/SkTDict.h" |
| #include "SkString.h" |
| #include "SkStream.h" |
| -#include "../private/SkTDict.h" |
| +#include "SkTDArray.h" |
| /** \class SkRTConfBase |
| Non-templated base class for the runtime configs |