Skip to content

Commit

Permalink
Revert header format
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcrimsontianyu committed Jan 24, 2025
1 parent 300f224 commit 20c2c5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/include/kvikio/shim/libcurl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
"cannot include the remote IO API, please build KvikIO with libcurl (-DKvikIO_REMOTE_SUPPORT=ON)"
#endif

#include <curl/curl.h>
#include <functional>
#include <memory>
#include <mutex>
#include <sstream>
#include <string>
#include <vector>

#include <curl/curl.h>

namespace kvikio {

/**
Expand Down

0 comments on commit 20c2c5b

Please sign in to comment.