Browse Source

Fix build of dtm.cc on RISC-V targets

We don't actually need encoding.h, so don't include it.
pull/966/head
Andrew Waterman 4 years ago
parent
commit
e52327deee
  1. 1
      fesvr/dtm.cc

1
fesvr/dtm.cc

@ -1,6 +1,5 @@
#include "dtm.h"
#include "debug_defines.h"
#include "encoding.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

Loading…
Cancel
Save