Changeset 31213a4 in git


Ignore:
Timestamp:
Oct 18, 2010, 8:28:31 PM (14 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
356ffbba88cc2728b3ebccc4ab980a11e23ac7d7
Parents:
7800812ebad029fd0c9c8f885be204bcc46daef3
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-10-18 20:28:31+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:34+01:00
Message:
fixing includes: use <EXTERNAL/HEADER.H>!
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • coeffs/gnumpc.cc

    r780081 r31213a4  
    1818#include "gnumpfl.h"
    1919#include "mpr_complex.h"
    20 #include "reporter/reporter.h"
    21 #include "omalloc/omalloc.h"
     20#include <reporter/reporter.h>
     21#include <omalloc/omalloc.h>
    2222
    2323
  • coeffs/longrat.cc

    r780081 r31213a4  
    4747#include "config.h"
    4848#include "coeffs.h"
    49 #include "reporter/reporter.h"
    50 #include "omalloc/omalloc.h"
     49#include <reporter/reporter.h>
     50#include <omalloc/omalloc.h>
    5151#include "numbers.h"
    5252#include "modulop.h"
  • coeffs/longrat0.cc

    r780081 r31213a4  
    1111#include <string.h>
    1212#include "config.h"
    13 #include "reporter/reporter.h"
     13#include <reporter/reporter.h>
    1414#include "coeffs.h"
    15 #include "omalloc/omalloc.h"
     15#include <omalloc/omalloc.h>
    1616#include "longrat.h"
    1717#include "numbers.h"
  • coeffs/modulop.cc

    r780081 r31213a4  
    1111#include <omalloc/omalloc.h>
    1212#include "coeffs.h"
    13 #include "reporter/reporter.h"
     13#include <reporter/reporter.h>
    1414#include "numbers.h"
    1515#include "longrat.h"
    1616#include "mpr_complex.h"
    17 #include "misc/mylimits.h"
     17#include <misc/mylimits.h>
    1818#include "modulop.h"
    1919#ifdef HAVE_FACTORY
  • coeffs/mpr_complex.cc

    r780081 r31213a4  
    1515//#ifdef HAVE_MPR
    1616#include "coeffs.h"
    17 #include "reporter/reporter.h"
    18 #include "omalloc/omalloc.h"
     17#include <reporter/reporter.h>
     18#include <omalloc/omalloc.h>
    1919#include "numbers.h"
    2020#include "longrat.h"
  • coeffs/rmodulo2m.cc

    r780081 r31213a4  
    1414#include <misc/mylimits.h>
    1515#include "coeffs.h"
    16 #include "reporter/reporter.h"
    17 #include "omalloc/omalloc.h"
     16#include <reporter/reporter.h>
     17#include <omalloc/omalloc.h>
    1818#include "numbers.h"
    1919#include "longrat.h"
  • coeffs/rmodulon.cc

    r780081 r31213a4  
    1414#include <misc/mylimits.h>
    1515#include "coeffs.h"
    16 #include "reporter/reporter.h"
    17 #include "omalloc/omalloc.h"
     16#include <reporter/reporter.h>
     17#include <omalloc/omalloc.h>
    1818#include "numbers.h"
    1919#include "longrat.h"
  • coeffs/shortfl.cc

    r780081 r31213a4  
    1212#include <string.h>
    1313#include "coeffs.h"
    14 #include "reporter/reporter.h"
     14#include <reporter/reporter.h>
    1515#include "numbers.h"
    1616#include "longrat.h"
  • numeric/mpr_base.cc

    r780081 r31213a4  
    1313#include <kernel/mod2.h>
    1414
    15 #include <omalloc/mylimits.h>
     15#include <misc/mylimits.h>
    1616#include <omalloc/omalloc.h>
    1717
Note: See TracChangeset for help on using the changeset viewer.