Skip to content

Commit

Permalink
usecase direcotry
Browse files Browse the repository at this point in the history
  • Loading branch information
Luftalian committed Sep 18, 2023
1 parent 1b64a94 commit d5e4dfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/domain/format.h → src/usecase/format.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#include <iostream>
#include <memory>

#include "accel.h"
#include "pressure.h"
#include "domain/accel.h"
#include "domain/pressure.h"

class formatter {
public:
Expand Down
2 changes: 1 addition & 1 deletion src/write/s25fl512s.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#include <iostream>
#include <memory>

#include "domain/format.h"
#include "domain/setting.h"
#include "usecase/format.h"

#define WritePeriod 1

Expand Down

0 comments on commit d5e4dfa

Please sign in to comment.