Skip to content

Commit

Permalink
fix: includes
Browse files Browse the repository at this point in the history
  • Loading branch information
francoparente committed May 30, 2022
1 parent a2d4424 commit badc809
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions cpu/include/module/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "thread_manager.h"
#include "conexion.h"
#include "server.h"
#include "instruction.h"

#define MODULE_NAME "cpu"

Expand Down
2 changes: 0 additions & 2 deletions cpu/src/module/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@

#include "conexion_memoria.h"
#include "request_handler.h"
#include "cpu.h"
#include "lib.h"
#include "cpu.h"
#include "log.h"
#include "cfg.h"
#include "conexion.h"
#include "accion.h"
#include "instruction.h"

#include <signal.h>

Expand Down

0 comments on commit badc809

Please sign in to comment.