Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
henryzhx8 committed Jan 15, 2025
1 parent ed419d5 commit a81b4f2
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions core/unittest/common/SafeQueueUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <future>

#include "common/SafeQueue.h"
#include "unittest/Unittest.h"

Expand Down
1 change: 1 addition & 0 deletions core/unittest/models/LogEventUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include "common/JsonUtil.h"
#include "models/LogEvent.h"
#include "models/PipelineEventGroup.h"
#include "unittest/Unittest.h"

using namespace std;
Expand Down
1 change: 1 addition & 0 deletions core/unittest/models/MetricEventUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include "common/JsonUtil.h"
#include "models/MetricEvent.h"
#include "models/PipelineEventGroup.h"
#include "unittest/Unittest.h"

using namespace std;
Expand Down
3 changes: 3 additions & 0 deletions core/unittest/models/MetricValueUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
// limitations under the License.

#include "common/JsonUtil.h"
#include "models/MetricEvent.h"
#include "models/MetricValue.h"
#include "models/PipelineEventGroup.h"
#include "unittest/Unittest.h"

using namespace std;
Expand Down
1 change: 1 addition & 0 deletions core/unittest/models/PipelineEventPtrUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <cstdlib>

#include "models/PipelineEventGroup.h"
#include "models/PipelineEventPtr.h"
#include "unittest/Unittest.h"

Expand Down
1 change: 1 addition & 0 deletions core/unittest/models/PipelineEventUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "models/LogEvent.h"
#include "models/MetricEvent.h"
#include "models/PipelineEvent.h"
#include "models/PipelineEventGroup.h"
#include "models/RawEvent.h"
#include "models/SpanEvent.h"
#include "unittest/Unittest.h"
Expand Down
1 change: 1 addition & 0 deletions core/unittest/models/RawEventUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

#include "common/JsonUtil.h"
#include "models/PipelineEventGroup.h"
#include "models/RawEvent.h"
#include "unittest/Unittest.h"

Expand Down
1 change: 1 addition & 0 deletions core/unittest/models/SpanEventUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <memory>

#include "common/JsonUtil.h"
#include "models/PipelineEventGroup.h"
#include "models/SpanEvent.h"
#include "unittest/Unittest.h"

Expand Down
3 changes: 2 additions & 1 deletion core/unittest/pipeline/GlobalConfigUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@

#include "json/json.h"

#include "common/JsonUtil.h"
#include "collection_pipeline/CollectionPipelineContext.h"
#include "collection_pipeline/GlobalConfig.h"
#include "common/JsonUtil.h"
#include "unittest/Unittest.h"

using namespace std;
Expand Down

0 comments on commit a81b4f2

Please sign in to comment.