Ignore:
Timestamp:
Jul 4, 2008, 10:44:38 PM (17 years ago)
Author:
[email protected]
Message:

2008-07-04 Sam Weinig <[email protected]>

Fix non-AllInOne builds.

  • kjs/Error.cpp:
  • kjs/GetterSetter.cpp:
  • kjs/JSImmediate.cpp:
  • kjs/operations.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/operations.cpp

    r34581 r35008  
    1 // -*- c-basic-offset: 2 -*-
    21/*
    3  *  This file is part of the KDE libraries
    42 *  Copyright (C) 1999-2000 Harri Porten ([email protected])
     3 * Copyright (C) 2008 Apple Inc. All Rights Reserved.
    54 *
    65 *  This library is free software; you can redistribute it and/or
     
    2423#include "operations.h"
    2524
     25#include "Error.h"
     26#include "JSObject.h"
    2627#include "JSString.h"
    27 #include "JSObject.h"
    2828#include <math.h>
    2929#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.