Skip to content

Commit

Permalink
Moved the ctk files from core/lib into core/lib/ and core/lib/libconio
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdunkels committed Jan 26, 2014
1 parent bddd96d commit b244f30
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/email/email.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include "smtp.h"
#include "lib/petsciiconv.h"

#include "lib/ctk-textentry-multiline.h"
#include "ctk/ctk-textentry-multiline.h"


#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion apps/irc/irc.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include "ircc.h"

#include "ctk/ctk.h"
#include "lib/ctk-textentry-cmdline.h"
#include "ctk/ctk-textentry-cmdline.h"

#include "lib/petsciiconv.h"

Expand Down
2 changes: 1 addition & 1 deletion apps/shell/gui-shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include "shell.h"

#include "lib/ctk-textentry-cmdline.h"
#include "ctk/ctk-textentry-cmdline.h"

#include <string.h>

Expand Down
2 changes: 1 addition & 1 deletion apps/webbrowser/www.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <stddef.h>

#include "ctk/ctk.h"
#include "lib/ctk-textentry-cmdline.h"
#include "ctk/ctk-textentry-cmdline.h"
#include "contiki-net.h"
#include "lib/petsciiconv.h"
#include "sys/arg.h"
Expand Down
2 changes: 1 addition & 1 deletion core/lib/ctk-filedialog.c → core/ctk/ctk-filedialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/

#include "contiki.h"
#include "lib/ctk-filedialog.h"
#include "ctk/ctk-filedialog.h"
#include "ctk/ctk.h"
#include "cfs/cfs.h"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#include "ctk/ctk.h"

#include "lib/ctk-textentry-cmdline.h"
#include "ctk/ctk-textentry-cmdline.h"

/*-----------------------------------------------------------------------------------*/
unsigned char
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include "ctk/ctk.h"

#include "lib/ctk-textentry-multiline.h"
#include "ctk/ctk-textentry-multiline.h"

/*-----------------------------------------------------------------------------------*/
unsigned char
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b244f30

Please sign in to comment.