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

    r2923 r3085  
    1313#define ASAP_CALIBRATION_MANAGER_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 "STApplyCal.h"
     20#include "STCalTsys.h"
     21#include "STCalibration.h"
     22#include "STCalEnum.h"
     23
    1524#include <string>
    1625#include <vector>
     
    2130#include <casa/Utilities/CountedPtr.h>
    2231#include <casa/Logging/LogIO.h>
    23 
    24 #include "ScantableWrapper.h"
    25 #include "STApplyCal.h"
    26 #include "STCalTsys.h"
    27 #include "STCalibration.h"
    28 #include "STCalEnum.h"
    2932
    3033namespace asap {
Note: See TracChangeset for help on using the changeset viewer.