Changeset b99f73 in git


Ignore:
Timestamp:
Jan 25, 2019, 12:02:28 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
3f6c355fe69121bc0303267efb5e4de0545ad676fceb4ea7b7aadeaaa573c66a74f3f94116bbf7b2
Parents:
73de872cd137890d4e984de46ef5aa4d2f70985a
Message:
fix: path to globaldefs.h
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • Singular/libparse.cc

    r73de87 rb99f73  
    2929#include <stdio.h>
    3030
    31 #include "../factory/globaldefs.h"
     31#include "factory/globaldefs.h"
    3232
    3333
  • Singular/scanner.cc

    r73de87 rb99f73  
    1111#include <stdio.h>
    1212
    13 #include "../factory/globaldefs.h"
     13#include "factory/globaldefs.h"
    1414
    1515/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
  • Singular/svd_si.h

    r73de87 rb99f73  
    1414#include <stdlib.h>
    1515#include <math.h>
    16 #include "../factory/globaldefs.h"
     16#include "factory/globaldefs.h"
    1717#include "resources/feFopen.h"
    1818#include "kernel/mod2.h"
  • factory/cf_defs.h

    r73de87 rb99f73  
    1010#define INCL_CF_DEFS_H
    1111
    12 #include "../factory/globaldefs.h"
     12#include "factory/globaldefs.h"
    1313// #include "config.h"
    1414
  • factory/cf_globals.h

    r73de87 rb99f73  
    44#define INCL_CF_GLOBALS_H
    55
    6 #include "../factory/globaldefs.h"
     6#include "factory/globaldefs.h"
    77
    88//{{{ docu
  • factory/cf_util.cc

    r73de87 rb99f73  
    1313
    1414
    15 #include "../factory/globaldefs.h"
     15#include "factory/globaldefs.h"
    1616#include "config.h"
    1717
  • factory/debug.cc

    r73de87 rb99f73  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 #include "../factory/globaldefs.h"
     2#include "factory/globaldefs.h"
    33
    44STATIC_VAR int deb_level = -1;
Note: See TracChangeset for help on using the changeset viewer.