Skip to content

Commit

Permalink
relative includes to lib dir based
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnoreWarnings committed Jun 17, 2024
1 parent 103c0b1 commit 5cab1f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fpga/include/villas/fpga/card/card_parser.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include "villas/exceptions.hpp"
#include "villas/log.hpp"
#include <villas/exceptions.hpp>
#include <villas/log.hpp>
#include <jansson.h>
#include <spdlog/logger.h>

Expand Down
2 changes: 1 addition & 1 deletion fpga/src/platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

#include "villas/fpga/ips/switch.hpp"
#include <villas/fpga/ips/switch.hpp>
#include <spdlog/common.h>
#include <villas/fpga/card/platform_card.hpp>
#include <villas/fpga/card/platform_card_factory.hpp>
Expand Down

0 comments on commit 5cab1f5

Please sign in to comment.