diff --git a/examples/OpenGLWindow/X11OpenGLWindow.cpp b/examples/OpenGLWindow/X11OpenGLWindow.cpp index 645e95b52..ddd3a1311 100644 --- a/examples/OpenGLWindow/X11OpenGLWindow.cpp +++ b/examples/OpenGLWindow/X11OpenGLWindow.cpp @@ -6,11 +6,7 @@ #include #include -#ifdef GLEW_STATIC #include "glad/gl.h" -#else -#include -#endif//GLEW_STATIC #ifdef GLEW_DYNAMIC_LOAD_ALL_GLX_FUNCTIONS #include "glad/glx.h" diff --git a/examples/SharedMemory/grpc/main.cpp b/examples/SharedMemory/grpc/main.cpp index 61306c26e..5560abd55 100644 --- a/examples/SharedMemory/grpc/main.cpp +++ b/examples/SharedMemory/grpc/main.cpp @@ -28,7 +28,7 @@ typedef SharedMemoryCommandProcessor MyCommandProcessor; #include #include -#include "proto/pybullet.grpc.pb.h" +#include "SharedMemory/grpc/proto/pybullet.grpc.pb.h" using grpc::Server;