mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[client/common] move ll from the client into the common code module
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "texture.h"
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "ll.h"
|
||||
#include "common/ll.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@@ -29,7 +29,6 @@
|
||||
#include "common/types.h"
|
||||
|
||||
#include "util.h"
|
||||
#include "ll.h"
|
||||
|
||||
#include <EGL/egl.h>
|
||||
#include <EGL/eglext.h>
|
||||
|
@@ -36,7 +36,6 @@
|
||||
#include "common/framebuffer.h"
|
||||
#include "common/locking.h"
|
||||
#include "gl_dynprocs.h"
|
||||
#include "ll.h"
|
||||
#include "util.h"
|
||||
|
||||
#define BUFFER_COUNT 2
|
||||
|
Reference in New Issue
Block a user