From: hyatt Date: Thu, 31 Aug 2006 21:59:35 +0000 (+0000) Subject: Make ScrollBar.cpp able to be compiled on Win32. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=6b96a3f79dda1640efad26056b9a12690832fed1 Make ScrollBar.cpp able to be compiled on Win32. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16159 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 7f9ce5a99234..1591130cf97b 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,11 @@ +2006-08-31 Dave Hyatt + + Make ScrollBar.cpp suitable for compiling on Windows by removing the #import. + + Reviewed by adam + + * platform/ScrollBar.cpp: + 2006-08-31 Brady Eidson Reviewed by John diff --git a/WebCore/platform/ScrollBar.cpp b/WebCore/platform/ScrollBar.cpp index f0ff1e6e9c9e..9da3d470193d 100644 --- a/WebCore/platform/ScrollBar.cpp +++ b/WebCore/platform/ScrollBar.cpp @@ -23,8 +23,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#import "config.h" -#import "ScrollBar.h" +#include "config.h" +#include "ScrollBar.h" namespace WebCore {