Changeset 30080 in webkit


Ignore:
Timestamp:
Feb 7, 2008 3:29:54 PM (16 years ago)
Author:
Adam Roben
Message:

Qt and GTK+ build fixes

  • platform/gtk/FileSystemGtk.cpp: Added a missing #include.
  • platform/qt/FileSystemQt.cpp: Ditto.
Location:
trunk/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r30079 r30080  
     12008-02-07  Adam Roben  <aroben@apple.com>
     2
     3        Qt and GTK+ build fixes
     4
     5        * platform/gtk/FileSystemGtk.cpp: Added a missing #include.
     6        * platform/qt/FileSystemQt.cpp: Ditto.
     7
    182008-02-07  Adam Roben  <aroben@apple.com>
    29
  • trunk/WebCore/platform/gtk/FileSystemGtk.cpp

    r30078 r30080  
    2121
    2222#include "config.h"
     23#include "FileSystem.h"
    2324
    24 #include "FileSystem.h"
     25#include "NotImplemented.h"
    2526#include "PlatformString.h"
    2627#include "CString.h"
  • trunk/WebCore/platform/qt/FileSystemQt.cpp

    r30078 r30080  
    2929 */
    3030
    31 #include <PlatformString.h>
     31#include "NotImplemented.h"
     32#include "PlatformString.h"
    3233#include <QFile>
    3334#include <QFileInfo>
Note: See TracChangeset for help on using the changeset viewer.