Build: C++ headers: Replace PR #366 with a more directed version.

This commit is contained in:
John Kessenich 2016-08-05 14:04:23 -06:00
parent 9f9bad09b4
commit 66ec80e01b
28 changed files with 57 additions and 70 deletions

View file

@ -79,10 +79,9 @@ NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// symbols.c
//
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <cassert>
#include <cstdlib>
#include <cstring>
#include "PpContext.h"