[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kjs
From:       David Faure <faure () kde ! org>
Date:       2005-03-11 15:58:32
Message-ID: 20050311155832.2A121EED3 () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

No reason to include <kjs/global.h> in fact. I was confused when I made that change long ago.
As discussed with Harri this time.


  M +1 -2      Makefile.am   1.61
  M +1 -1      scope_chain.h   1.7
  M +1 -1      ustring.h   1.67
  M +1 -1      value.h   1.39


--- kdelibs/kjs/scope_chain.h  #1.6:1.7
@@ -23,5 +23,5 @@
 #define KJS_SCOPE_CHAIN_H
 
-#include <kjs/global.h>
+#include "global.h"
 
 namespace KJS {

--- kdelibs/kjs/value.h  #1.38:1.39
@@ -30,5 +30,5 @@
 #include "ustring.h"
 #include "simple_number.h"
-#include <kjs/global.h>
+#include "global.h"
 
 // Primitive data types

--- kdelibs/kjs/ustring.h  #1.66:1.67
@@ -25,5 +25,5 @@
 #define _KJS_USTRING_H_
 
-#include <kjs/global.h>
+#include "global.h"
 
 /**

--- kdelibs/kjs/Makefile.am  #1.60:1.61
@@ -18,6 +18,5 @@
 
 YACC = bison
-# top_srcdir so that <kjs/global.h> is found here
-INCLUDES = -I$(top_srcdir) $(PCRECFLAGS) $(all_includes)
+INCLUDES = $(PCRECFLAGS) $(all_includes)
 
 lib_LTLIBRARIES = libkjs.la


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic