mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:37:35 +00:00
HackStudio: Reorganize debugger-related files
The debugger's files are now placed under HackStudio/Debugger
This commit is contained in:
parent
ce36071447
commit
b9f0f402f4
11 changed files with 127 additions and 62 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "BreakpointCallback.h"
|
||||
#include "Debugger/BreakpointCallback.h"
|
||||
#include <AK/Function.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue