TD-10431 rename file
This commit is contained in:
parent
2164b8ef20
commit
9c1827f93d
|
@ -13,8 +13,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef _TD_MND_STABLE_H_
|
||||
#define _TD_MND_STABLE_H_
|
||||
#ifndef _TD_MND_STB_H_
|
||||
#define _TD_MND_STB_H_
|
||||
|
||||
#include "mndInt.h"
|
||||
|
||||
|
@ -29,4 +29,4 @@ void mndCleanupStb(SMnode *pMnode);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /*_TD_MND_STABLE_H_*/
|
||||
#endif /*_TD_MND_STB_H_*/
|
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
|
||||
#define _DEFAULT_SOURCE
|
||||
#include "mndStable.h"
|
||||
#include "mndStb.h"
|
||||
#include "mndDb.h"
|
||||
#include "mndDnode.h"
|
||||
#include "mndMnode.h"
|
|
@ -24,7 +24,7 @@
|
|||
#include "mndMnode.h"
|
||||
#include "mndProfile.h"
|
||||
#include "mndShow.h"
|
||||
#include "mndStable.h"
|
||||
#include "mndStb.h"
|
||||
#include "mndSync.h"
|
||||
#include "mndTelem.h"
|
||||
#include "mndTrans.h"
|
||||
|
|
Loading…
Reference in New Issue