View | Details | Raw Unified | Return to bug 169078
Collapse All | Expand All

(-)psearch.cpp.new (-1 / +2 lines)
Lines 3-9 Link Here
3
#include <iostream>
3
#include <iostream>
4
#include <regex.h>
4
#include <regex.h>
5
#include <set>
5
#include <set>
6
#include <stdlib.h>
6
#include <cstdlib>
7
#include <cstring>
7
#include <string>
8
#include <string>
8
#include <limits.h>
9
#include <limits.h>
9
#include <sys/types.h>
10
#include <sys/types.h>

Return to bug 169078