1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

ctdb-include: Move include/internal/cmdline.h to common/

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Amitay Isaacs 2015-10-13 15:19:59 +11:00 committed by Martin Schwenke
parent b900adc55c
commit 7084cb92e2
5 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
#include "../common/rb_tree.h"
#include <ctype.h>
#include "internal/cmdline.h"
#include "common/cmdline.h"
/* Handle common command line options for ctdb test progs
*/

View File

@ -23,7 +23,7 @@
#include "system/network.h"
#include "system/wait.h"
#include "popt.h"
#include "cmdline.h"
#include "common/cmdline.h"
#include "../include/ctdb_client.h"
#include "../include/ctdb_private.h"
#include "lib/tdb_wrap/tdb_wrap.h"

View File

@ -23,7 +23,7 @@
#include "system/time.h"
#include "system/wait.h"
#include "system/network.h"
#include "cmdline.h"
#include "common/cmdline.h"
#include "../include/ctdb_private.h"
#include "common/reqid.h"
#include "common/system.h"

View File

@ -24,7 +24,7 @@
#include "system/network.h"
#include "system/locale.h"
#include "popt.h"
#include "cmdline.h"
#include "common/cmdline.h"
#include "../include/ctdb_version.h"
#include "../include/ctdb_client.h"
#include "../include/ctdb_private.h"