Skip to content

Commit

Permalink
Header cleanup: no more ppl
Browse files Browse the repository at this point in the history
no more coroutines
  • Loading branch information
CarlosNihelton committed Sep 18, 2023
1 parent 4e9e5e7 commit ed6b228
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions storeapi/agent/ServerStoreService.hpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
#pragma once
#include <pplawait.h>

#include "base/DefaultContext.hpp"
#include "base/Exception.hpp"
#include "base/StoreService.hpp"

#include <base/DefaultContext.hpp>
#include <base/Exception.hpp>
#include <base/StoreService.hpp>
#include <chrono>
#include <cstdint>
#include <format>
#include <limits>
#include <string>

namespace StoreApi {

Expand Down

0 comments on commit ed6b228

Please sign in to comment.