Changeset aadd638 in git for libpolys/reporter


Ignore:
Timestamp:
May 16, 2017, 3:39:56 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
4e2385b1551ca0774efb333e893713712767757b
Parents:
d2f25007562a1c61c7ece19beeda5e356c703061
Message:
use include ".." for singular related .h, p7
Location:
libpolys/reporter
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • libpolys/reporter/dError.cc

    rd2f250 raadd638  
    1111#define DERROR_C
    1212
    13 #include <misc/auxiliary.h>
     13#include "misc/auxiliary.h"
    1414
    15 #include <omalloc/omalloc.h>
     15#include "omalloc/omalloc.h"
    1616
    17 #include <reporter/reporter.h>
     17#include "reporter/reporter.h"
    1818
    1919#include <stdarg.h>
  • libpolys/reporter/reporter.cc

    rd2f250 raadd638  
    66*/
    77
    8 #include <misc/auxiliary.h>
    9 
    10 #include <omalloc/omalloc.h>
    11 
    12 #include <reporter/reporter.h>
    13 #include <resources/feResource.h>
    14 #include <resources/feFopen.h>
     8#include "misc/auxiliary.h"
     9
     10#include "omalloc/omalloc.h"
     11
     12#include "reporter/reporter.h"
     13#include "resources/feResource.h"
     14#include "resources/feFopen.h"
    1515//#include "options.h"
    1616
    1717#include <stdlib.h>
    1818#include <stdio.h>
    19 #include <misc/mylimits.h>
     19#include "misc/mylimits.h"
    2020#include <stdarg.h>
    2121#include <sys/stat.h>
  • libpolys/reporter/reporter.h

    rd2f250 raadd638  
    99#include <stdio.h>
    1010#include <string.h>
    11 #include <misc/auxiliary.h>
    12 #include <resources/feFopen.h>
     11#include "misc/auxiliary.h"
     12#include "resources/feFopen.h"
    1313
    1414extern char*  feErrors;
  • libpolys/reporter/s_buff.cc

    rd2f250 raadd638  
    1 #include <misc/auxiliary.h>
     1#include "misc/auxiliary.h"
    22
    33#include <unistd.h>
     
    1010#include <gmp.h>
    1111
    12 #include <omalloc/omalloc.h>
    13 #include <reporter/s_buff.h>
    14 #include <reporter/si_signals.h>
     12#include "omalloc/omalloc.h"
     13#include "reporter/s_buff.h"
     14#include "reporter/si_signals.h"
    1515
    1616//struct s_buff_s
Note: See TracChangeset for help on using the changeset viewer.