Skip to content

Commit

Permalink
Include <fribidi.h> instead of <fribidi/fribidi.h>
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10178 ac4de199-f505-45eb-a205-a3044268e3e3
  • Loading branch information
behdad committed Apr 23, 2004
1 parent 9f89158 commit b653b7c
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
## -*- Automake -*-
## Process this file with automake to produce Makefile.in

## The order of subdirs is important, don't change without a reason.
SUBDIRS = bjoining bconsole bicon keymap font bin doc testtext

pkgconfigdir = $(libdir)/pkgconfig
Expand Down Expand Up @@ -49,8 +50,7 @@ MAINTAINERCLEANFILES += ChangeLog
EXTRA_DIST = ChangeLog

ChangeLog:
if test -d CVS; then \
./missing --run cvs2cl --utc --FSF -U AUTHORS; \
else \
touch $@; \
fi
if test -d "$(srcdir)/CVS"; then \
cd "$(srcdir)" && \
./missing --run cvs2cl --stdout --utc --FSF -U AUTHORS; \
fi > $@
1 change: 0 additions & 1 deletion bconsole/bconsole_vu.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fribidi/fribidi.h>
#include "bconsole.h"

#define BUFLEN 65000
Expand Down
1 change: 0 additions & 1 deletion bicon/bicon_read.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
*/
#include <stdio.h>
#include <unistd.h>
#include <fribidi/fribidi.h>
#include <string.h>
#include <bconsole.h>

Expand Down
2 changes: 1 addition & 1 deletion bjoining/bjoining.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define CONST const

#include <fribidi/fribidi.h>
#include <fribidi.h>

typedef FriBidiChar unichar;

Expand Down
1 change: 0 additions & 1 deletion bjoining/bjoining_log2cuni.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "bjoining_log2cuni.h"

#include <fribidi/fribidi.h>
#include <stdlib.h>
#include <string.h>

Expand Down
1 change: 0 additions & 1 deletion bjoining/bjoining_vu.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fribidi/fribidi.h>
#include "bjoining.h"

#define BUFLEN 65000
Expand Down
1 change: 0 additions & 1 deletion bjoining/fixfarsiye.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <stdio.h>
#include <string.h>
#include <fribidi/fribidi.h>
#include "bjoining.h"

#define BUFLEN 65000
Expand Down
1 change: 0 additions & 1 deletion bjoining/msye.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <stdio.h>
#include <string.h>
#include <fribidi/fribidi.h>
#include "bjoining.h"

#define BUFLEN 65000
Expand Down

0 comments on commit b653b7c

Please sign in to comment.