Changeset 3084 for trunk/src/STMath.cpp


Ignore:
Timestamp:
11/25/15 16:34:04 (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...


Get rid of warnings from table module that warns the change of the location of some header files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.cpp

    r3079 r3084  
    4242#include <scimath/Mathematics/VectorKernel.h>
    4343
    44 #include <tables/Tables/ExprNode.h>
     44#include <tables/TaQL/ExprNode.h>
     45#include <tables/TaQL/TableParse.h>
    4546#include <tables/Tables/ReadAsciiTable.h>
    4647#include <tables/Tables/TableCopy.h>
    4748#include <tables/Tables/TableIter.h>
    48 #include <tables/Tables/TableParse.h>
    4949#include <tables/Tables/TableRecord.h>
    5050#include <tables/Tables/TableRow.h>
Note: See TracChangeset for help on using the changeset viewer.