factor code

This commit is contained in:
yihaoDeng 2023-05-11 09:44:40 +00:00
parent 59ff6bd301
commit 4715aacd41
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "executor.h"
#include "os.h"
#include "query.h"
#include "streamState.h"

View File

@ -16,7 +16,7 @@
#ifndef _STREAM_INC_H_
#define _STREAM_INC_H_
//#include "executor.h"
#include "executor.h"
#include "tstream.h"
#ifdef __cplusplus