Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions include/mysqlx/xapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ extern "C" {

#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>

/**
@addtogroup xapi
Expand All @@ -94,10 +95,6 @@ extern "C" {

///////////////////// COMMON TYPE DECLARATIONS, REMOVE LATER

#ifndef __cplusplus
typedef unsigned char bool;
#endif

typedef char object_id[16];
typedef object_id* MYSQLX_GUID;

Expand Down