Skip to content

Commit

Permalink
Remove ctpl.h from files where it is no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcook committed Jan 11, 2024
1 parent 10d67a5 commit f8f0bcf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions common/webhook.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/date_time/gregorian/gregorian_types.hpp>
#include <boost/format.hpp>
#include <thread>
#include "webhook.hh"
#include "dolog.hh"
#include "hmac.hh"
Expand Down
1 change: 0 additions & 1 deletion common/webhook.hh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <mutex>
#include <curl/curl.h>
#include "json11.hpp"
#include "ext/ctpl.h"
#include "dolog.hh"
#include "minicurl.hh"
#include "prometheus.hh"
Expand Down
1 change: 0 additions & 1 deletion common/wforce-webserver.hh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "iputils.hh"
#include "sstuff.hh"
#include "sholder.hh"
#include "ext/ctpl.h"
#include "drogon/drogon.h"
#include "prometheus.hh"
#include "perf-stats.hh"
Expand Down

0 comments on commit f8f0bcf

Please sign in to comment.