Skip to content
Snippets Groups Projects
Commit 928dc4fb authored by rdubner's avatar rdubner
Browse files

Normalize #includes in symfind.cc

parent 746f1b90
No related branches found
No related tags found
No related merge requests found
......@@ -53,4 +53,5 @@
2024-12-25 Robert Dubner <rdubner@symas.com>
* Normalize #includes in util.cc
* Normalize #includes in symfind.cc
......@@ -43,6 +43,13 @@
#define INCLUDE_STRING
#define INCLUDE_VECTOR
#define INCLUDE_MAP
#define INCLUDE_SET
#define INCLUDE_LIST
#define INCLUDE_ALGORITHM
#define INCLUDE_NUMERIC
#include <cctype>
#include <stack>
......
......@@ -28,24 +28,10 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "genapi.h"
#include <assert.h>
#include <ctype.h>
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <algorithm>
#include <list>
#include <map>
#include <numeric>
#include <set>
#include <vector>
#pragma GCC diagnostic ignored "-Wunused-result"
#include "cobol-system.h"
#include "genapi.h"
extern int yydebug;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment