Ignore:
Timestamp:
11/25/15 17:35:48 (8 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: Yes/No?

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...


Reorder include files to suppress compiler warning related with _XOPEN_SOURCE redefinition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.cpp

    r3084 r3085  
    1010//
    1111//
     12
     13// ASAP
     14// STLineFinder must be included first to avoid compiler warnings related with _XOPEN_SOURCE
     15#include "STLineFinder.h"
     16#include "MathUtils.h"
     17#include "STAttr.h"
     18#include "STBaselineTable.h"
     19#include "STPolCircular.h"
     20#include "STPolLinear.h"
     21#include "STPolStokes.h"
     22#include "STUpgrade.h"
     23#include "STFitter.h"
     24#include "Scantable.h"
     25
    1226#include <map>
    1327#include <sys/time.h>
     
    6579#include <tables/Tables/TableRow.h>
    6680#include <tables/Tables/TableVector.h>
    67 
    68 #include "MathUtils.h"
    69 #include "STAttr.h"
    70 #include "STBaselineTable.h"
    71 #include "STLineFinder.h"
    72 #include "STPolCircular.h"
    73 #include "STPolLinear.h"
    74 #include "STPolStokes.h"
    75 #include "STUpgrade.h"
    76 #include "STFitter.h"
    77 #include "Scantable.h"
    7881
    7982#define debug 1
Note: See TracChangeset for help on using the changeset viewer.