cleans include statements

This commit is contained in:
2025-07-14 22:28:53 +02:00
parent 66c3d84926
commit 129864caf9
4 changed files with 9 additions and 8 deletions

View File

@@ -4,11 +4,11 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include "../vp/system.h"
#include "system.h"
#include "minres/timer.h"
#include "minres/uart.h"
#include "scc/utilities.h"
#include <minres/timer.h>
#include <minres/uart.h>
#include <scc/utilities.h>
namespace tgc_vp {
using namespace sc_core;