Skip to content

Commit

Permalink
Remove inc/rdl subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
patrislav1 committed Jan 30, 2023
1 parent 2729068 commit 9824d45
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/demo_cpp/inc/UioGpioStatus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#pragma once

#include "udmaio/rdl/RegAccessor.hpp"
#include "udmaio/RegAccessor.hpp"

using namespace udmaio;

Expand Down
2 changes: 1 addition & 1 deletion example/demo_cpp/inc/UioTrafficGen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#pragma once

#include "udmaio/rdl/RegAccessor.hpp"
#include "udmaio/RegAccessor.hpp"

using namespace udmaio;

Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions inc/udmaio/UioAxiDmaIf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

#pragma once

#include "AxiDma.hpp"
#include "RegAccessor.hpp"
#include "UioIf.hpp"
#include "rdl/AxiDma.hpp"
#include "rdl/RegAccessor.hpp"

namespace udmaio {

Expand Down

0 comments on commit 9824d45

Please sign in to comment.