Changeset 20518 in webkit


Ignore:
Timestamp:
Mar 27, 2007 9:40:11 AM (17 years ago)
Author:
andersca
Message:
  • platform/ScrollBar.h: Use wtf/MathExtras.h instead of math.h
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r20512 r20518  
     12007-03-27  Anders Carlsson  <acarlsson@apple.com>
     2
     3        * platform/ScrollBar.h:
     4        Use wtf/MathExtras.h instead of math.h
     5
    162007-03-27  Zack Rusin  <zrusin@trolltech.com>
    27
  • trunk/WebCore/platform/ScrollBar.h

    r20512 r20518  
    2929#include "Shared.h"
    3030#include "ScrollTypes.h"
    31 #include <math.h>
     31#include <wtf/MathExtras.h>
    3232
    3333namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.