sim: drop unused targ-vals.h includes

This is used in a few places where it's not needed.  Drop the include
to avoid the build-time generated header file as we move to drop it.
This commit is contained in:
Mike Frysinger
2021-07-06 23:56:13 -04:00
parent cd3ee89d38
commit f9bfc01578
6 changed files with 0 additions and 7 deletions

View File

@@ -26,7 +26,6 @@
#include "sim-syscall.h"
#include "sim/callback.h"
#include "syscall.h"
#include "targ-vals.h"
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>