Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jan 8, 2025
1 parent 9f004b7 commit 01b7907
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/odr/internal/html/html_service.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "odr/internal/html/html_service.hpp"
#include <odr/internal/html/html_service.hpp>

#include "odr/internal/util/stream_util.hpp"
#include <odr/internal/util/stream_util.hpp>

#include <iostream>

Expand Down
6 changes: 3 additions & 3 deletions src/odr/internal/html/html_service.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#pragma once

#include "odr/file.hpp"
#include "odr/html.hpp"
#include <odr/file.hpp>
#include <odr/html.hpp>

#include "odr/internal/abstract/html_service.hpp"
#include <odr/internal/abstract/html_service.hpp>

namespace odr::internal::html {

Expand Down

0 comments on commit 01b7907

Please sign in to comment.