xaizek / pinfo (License: GPLv2 only) (since 2018-12-07)
Console-based info and manual pages reader, which adds interactive navigation to man pages.
Commit 2ac117b02b62b23e842aab78df65e8ffec0046c2

Remove (newly) gratuitous common includes.
git-svn-id: svn://svn.debian.org/svn/pinfo/pinfo/branches/cxx@259 ea4b0d59-4df7-0310-a9f9-bf8cbe41ce66
Author: neroden-guest
Author date (UTC): 2005-09-26 07:21
Committer name: neroden-guest
Committer date (UTC): 2005-09-26 07:21
Parent(s): a59b80119a56a3c32c0a9b70a3e16ae97552e939
Signing key:
Tree: a2425fdd05753bbd6b1ecaf94405d7f892c942d1
File Lines added Lines deleted
src/common_includes.h 0 4
File src/common_includes.h changed (mode: 100644) (index 6587a3f..d88dc99)
48 48 #include <stdio.h> #include <stdio.h>
49 49 #include <string.h> #include <string.h>
50 50 #include <stdlib.h> #include <stdlib.h>
51 #include <signal.h>
52 51 #include <unistd.h> #include <unistd.h>
53 52 #include <sys/types.h> #include <sys/types.h>
54 #include <sys/stat.h>
55 #include <pwd.h>
56 #include <grp.h>
57 53
58 54 /* I hear voices, that it is needed by RH5.2 ;) */ /* I hear voices, that it is needed by RH5.2 ;) */
59 55 #define _REGEX_RE_COMP #define _REGEX_RE_COMP
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pinfo

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pinfo

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master