mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
chore(build): improve include paths
This commit is contained in:
parent
3d5794ed7c
commit
118d20c49d
30 changed files with 54 additions and 55 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#ifndef STORM_LIST_HPP
|
||||
#define STORM_LIST_HPP
|
||||
|
||||
#include "list/TSExplicitList.hpp"
|
||||
#include "list/TSLink.hpp"
|
||||
#include "list/TSLinkedNode.hpp"
|
||||
#include "list/TSList.hpp"
|
||||
#include "storm/list/TSExplicitList.hpp"
|
||||
#include "storm/list/TSLink.hpp"
|
||||
#include "storm/list/TSLinkedNode.hpp"
|
||||
#include "storm/list/TSList.hpp"
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue