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/PlotHelper.h

    r2719 r3085  
    1313#define ASAPPLOTHELPER_H
    1414
     15// ASAP
     16// ScantableWrapper.h must be included first to avoid compiler warnings
     17// related with _XOPEN_SOURCE
     18#include "ScantableWrapper.h"
     19#include "Scantable.h"
     20
    1521// STL
    1622#include <iostream>
     
    2127#include <casa/Utilities/CountedPtr.h>
    2228#include <coordinates/Coordinates/DirectionCoordinate.h>
    23 
    24 #include "ScantableWrapper.h"
    25 #include "Scantable.h"
    2629
    2730namespace asap {
Note: See TracChangeset for help on using the changeset viewer.