Skip to content

Commit

Permalink
remove unnecessary headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessOIer committed Nov 28, 2024
1 parent 5e54ce5 commit b5ed98e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions src/CraneCtld/TaskScheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@

#include "TaskScheduler.h"

#include <absl/time/time.h>
#include <google/protobuf/util/time_util.h>

#include <future>

#include "AccountManager.h"
#include "CranedKeeper.h"
#include "CranedMetaContainer.h"
Expand Down
4 changes: 0 additions & 4 deletions src/CraneCtld/TaskScheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@

#pragma once

#include <absl/time/time.h>

#include "CtldPublicDefs.h"
// Precompiled header comes first!

#include "CranedMetaContainer.h"
#include "DbClient.h"
#include "crane/Lock.h"
#include "protos/Crane.pb.h"

namespace Ctld {
Expand Down

0 comments on commit b5ed98e

Please sign in to comment.