TD-10431 rename file

This commit is contained in:
Shengliang Guan 2021-12-10 15:21:34 +08:00
parent 2164b8ef20
commit 9c1827f93d
3 changed files with 5 additions and 5 deletions

View File

@ -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_*/

View File

@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "mndStable.h"
#include "mndStb.h"
#include "mndDb.h"
#include "mndDnode.h"
#include "mndMnode.h"

View File

@ -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"