Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdope committed Jan 3, 2024
1 parent d8fddc6 commit a09df7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@
*/

#include <stdio.h>
#include <string.h>
#include <string.h>
#include <stdlib.h>
#include "process.h"
#include "mem.h"
#include "log.h"

/**
* Get a process name from its PID.
Expand Down

0 comments on commit a09df7f

Please sign in to comment.