Skip to content

Commit

Permalink
refactor(headers): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 8, 2024
1 parent c11a9d8 commit db16998
Show file tree
Hide file tree
Showing 37 changed files with 39 additions and 1 deletion.
1 change: 1 addition & 0 deletions include/rohrkabel/channel/channel.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include <functional>
#include <cr/channel.hpp>

Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/channel/channel.inl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "channel.hpp"

namespace pipewire
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/client/client.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "info.hpp"
#include "../proxy.hpp"

Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/client/info.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "../spa/dict.hpp"

#include <cstdint>
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/context.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "loop.hpp"

#include <memory>
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/core/core.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "events.hpp"
#include "../context.hpp"
#include "../properties.hpp"
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/core/core.inl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "core.hpp"

#include <boost/callable_traits.hpp>
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/core/events.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "info.hpp"
#include "../error.hpp"
#include "../listener.hpp"
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/core/info.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "../spa/dict.hpp"

#include <string>
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/device/device.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "info.hpp"
#include "../proxy.hpp"
#include "../spa/pod/pod.hpp"
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/device/info.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "../spa/dict.hpp"
#include "../spa/param.hpp"

Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/global.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "spa/dict.hpp"

#include <string>
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/link/info.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "../spa/dict.hpp"

#include <cstdint>
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/link/link.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "info.hpp"
#include "../proxy.hpp"

Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/listener.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include <memory>

struct spa_hook;
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/loop.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include <memory>

struct pw_loop;
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/metadata/metadata.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "property.hpp"
#include "../proxy.hpp"

Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/metadata/property.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include <string>
#include <cstdint>

Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/node/info.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "../spa/dict.hpp"
#include "../spa/param.hpp"

Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/node/node.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "info.hpp"
#include "../proxy.hpp"
#include "../spa/pod/pod.hpp"
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/port/info.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "../spa/dict.hpp"
#include "../spa/param.hpp"

Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/port/port.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "info.hpp"
#include "../proxy.hpp"
#include "../spa/pod/pod.hpp"
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/properties.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include <map>
#include <string>
#include <memory>
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/proxy.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "spa/dict.hpp"
#include "utils/lazy.hpp"

Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/registry/events.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "../global.hpp"
#include "../listener.hpp"

Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/registry/registry.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "events.hpp"
#include "../core/core.hpp"

Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/registry/registry.inl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "registry.hpp"

namespace pipewire
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/spa/dict.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include <map>
#include <string>

Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/spa/param.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include <cstdint>

namespace pipewire
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/spa/pod/object/body.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "../prop.hpp"

#include <memory>
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/spa/pod/object/iterator.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "body.hpp"

#include <memory>
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/spa/pod/pod.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include <string>
#include <memory>
#include <cstdint>
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/spa/pod/prop.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "pod.hpp"

#include <string>
Expand Down
4 changes: 3 additions & 1 deletion include/rohrkabel/utils/check.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#pragma once

#include <string_view>
#include <source_location>

namespace pipewire
{
void check(bool, const char *, const std::source_location = std::source_location::current());
void check(bool, std::string_view, const std::source_location = std::source_location::current());
}
1 change: 1 addition & 0 deletions include/rohrkabel/utils/lazy.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "../error.hpp"

#include <future>
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/utils/lazy.inl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "lazy.hpp"

namespace pipewire
Expand Down
1 change: 1 addition & 0 deletions include/rohrkabel/utils/traits.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "lazy.hpp"
#include "../proxy.hpp"

Expand Down

0 comments on commit db16998

Please sign in to comment.