Changeset 3085 for trunk/src/STGrid.h


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

    r2851 r3085  
    1212#ifndef ASAPSTGRID_H
    1313#define ASAPSTGRID_H
     14
     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#include "concurrent.h"
    1421
    1522#include <iostream>
     
    2936
    3037#include <coordinates/Coordinates/DirectionCoordinate.h>
    31 
    32 #include "ScantableWrapper.h"
    33 #include "Scantable.h"
    34 #include "concurrent.h"
    3538
    3639using namespace std ;
Note: See TracChangeset for help on using the changeset viewer.