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

@@ -41,7 +41,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include "sim/callback.h"
#include "targ-vals.h"
#ifndef ENOSYS
#define ENOSYS EINVAL