Rodrigo Mesquita pushed to branch wip/T26166 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • rts/include/stg/Prim.h
    ... ... @@ -145,8 +145,6 @@ W_ hs_mulIntMayOflo(W_ a, W_ b);
    145 145
     
    
    146 146
     /* rts/prim/int64x2minmax and rts/prim/vectorQuotRem */
    
    147 147
     #if defined(__SSE2__)
    
    148
    -#include <stdint.h>
    
    149
    -#include <string.h>
    
    150 148
     #include <emmintrin.h>
    
    151 149
     
    
    152 150
     __m128i hs_minInt64X2(__m128i, __m128i);