| Index: Source/core/rendering/AutoTableLayout.h
|
| diff --git a/Source/core/rendering/AutoTableLayout.h b/Source/core/rendering/AutoTableLayout.h
|
| index a1fdad0480d72b00edf7bab66dd531699b872f73..4de120138bb577270687d2da5bf8f14d4a6d24e1 100644
|
| --- a/Source/core/rendering/AutoTableLayout.h
|
| +++ b/Source/core/rendering/AutoTableLayout.h
|
| @@ -21,9 +21,9 @@
|
| #ifndef AutoTableLayout_h
|
| #define AutoTableLayout_h
|
|
|
| -#include "LayoutUnit.h"
|
| -#include "Length.h"
|
| #include "TableLayout.h"
|
| +#include "core/platform/LayoutUnit.h"
|
| +#include "core/platform/Length.h"
|
| #include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|