mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 14:30:35 +02:00
removed pthread.h
This commit is contained in:
parent
0df826bbd8
commit
7bfda0d60e
2 changed files with 6 additions and 8 deletions
|
@ -10,7 +10,6 @@
|
||||||
#define __interface__Application__
|
#define __interface__Application__
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <pthread.h>
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <iostream> // to load voxels from file
|
#include <iostream> // to load voxels from file
|
||||||
#include <fstream> // to load voxels from file
|
#include <fstream> // to load voxels from file
|
||||||
#include <pthread.h>
|
|
||||||
|
|
||||||
#include <OctalCode.h>
|
#include <OctalCode.h>
|
||||||
#include <PacketHeaders.h>
|
#include <PacketHeaders.h>
|
||||||
|
|
Loading…
Reference in a new issue