Get some of the last remaining C files into C++
They still need to be fixed up, but they now build with C++.
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include "dlib/dlib.h"
|
||||
#include "dlib/dlib.hh"
|
||||
|
||||
namespace lout {
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
|
||||
#include "object.hh"
|
||||
#include "dlib/dlib.h"
|
||||
#include "dlib/dlib.hh"
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <config.h>
|
||||
|
Reference in New Issue
Block a user